Html Css Color HEX #C542C6 Fuchsia

📋 copy color: '#C542C6'

red 197 ◦ green 66 ◦ blue 198

#C542C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C542C6

Tints of Fuchsia #C542C6

RGB

 RED value IS 197 (77.34% from 255) = 42.73%

 GREEN value IS 66 (26.17% from 255) = 14.32%

 BLUE value IS 198 (77.73% from 255) = 42.95%

R = 42.73%
G = 14.32%
B = 42.95%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C542C6 (or 0xC542C6) is known color: Fuchsia. HEX triplet: C5, 42 and C6. RGB value is (197,66,198). Sum of RGB (Red+Green+Blue) = 197+66+198=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #C542C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542C6 is #3ABD39. Grayscale: #777777. Windows color (decimal): -3849530 or 12993221. OLE color: 12993221.

HSL color Cylindrical-coordinate representation of color #C542C6: hue angle of 299.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C542C6 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 66 198 -
CMYK 0.01 0.67 0 0.22
HSL 299.55º 0.54% 0.52% -
HSV(B) 299.55º 0.67% 0.78% -
XYZ 35.17 19.84 55.4 -
YUV 120.22 171.9 182.77 -
System Red Green Blue C M Y K H S L
Decimal 197 66 198 0.01 0.67 0 0.22 299.55 0.54 0.52
Hex C5 42 C6 1 43 0 16 12C 36 34
Octal 305 102 306 1 103 0 26 454 66 64
Binary 11000101 1000010 11000110 1 1000011 0 10110 100101100 110110 110100

Color Harmonies of #C542C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542C6

Black with #C542C6

Text Example


Text Example

White with #C542C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542C6; }

 p { color: rgb(197,66,198); }

 H1.HeaderClassName
 {
   color: #C542C6;
 }
 .AnyTagClassName
 {
   color: #C542C6;
 }
</style>

background-color css

<style>
 a { background-color: #C542C6; }

 a { background-color: rgb(197,66,198); }

 div.DivClassName
 {
   background-color: #C542C6;
 }
 .BgClassName
 {
   background-color: #C542C6;
 }
</style>

border-color css

<style>
 span { border-color: #C542C6; }

 span { border-color: rgb(197,66,198); }

 td.TdClassName
 {
   border-color: #C542C6;
 }
 .TagClassName
 {
   border-color: #C542C6;
 }
</style>