Html Css Color HEX #C542CB Fuchsia

📋 copy color: '#C542CB'

red 197 ◦ green 66 ◦ blue 203

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

Shades of Fuchsia #C542CB

Tints of Fuchsia #C542CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 42.27%
G = 14.16%
B = 43.56%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C542CB (or 0xC542CB) is known color: Fuchsia. HEX triplet: C5, 42 and CB. RGB value is (197,66,203). Sum of RGB (Red+Green+Blue) = 197+66+203=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #C542CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542CB is #3ABD34. Grayscale: #787878. Windows color (decimal): -3849525 or 13320901. OLE color: 13320901.

HSL color Cylindrical-coordinate representation of color #C542CB: hue angle of 297.37º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C542CB is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 66 203 -
CMYK 0.03 0.67 0 0.20
HSL 297.37º 0.57% 0.53% -
HSV(B) 297.37º 0.67% 0.8% -
XYZ 35.75 20.08 58.49 -
YUV 120.79 174.4 182.36 -
System Red Green Blue C M Y K H S L
Decimal 197 66 203 0.03 0.67 0 0.20 297.37 0.57 0.53
Hex C5 42 CB 3 43 0 14 129 39 35
Octal 305 102 313 3 103 0 24 451 71 65
Binary 11000101 1000010 11001011 11 1000011 0 10100 100101001 111001 110101

Color Harmonies of #C542CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542CB

Black with #C542CB

Text Example


Text Example

White with #C542CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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