Html Css Color HEX #C542CE Fuchsia

📋 copy color: '#C542CE'

red 197 ◦ green 66 ◦ blue 206

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

Shades of Fuchsia #C542CE

Tints of Fuchsia #C542CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 42%
G = 14.07%
B = 43.92%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C542CE (or 0xC542CE) is known color: Fuchsia. HEX triplet: C5, 42 and CE. RGB value is (197,66,206). Sum of RGB (Red+Green+Blue) = 197+66+206=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #C542CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C542CE is #3ABD31. Grayscale: #787878. Windows color (decimal): -3849522 or 13517509. OLE color: 13517509.

HSL color Cylindrical-coordinate representation of color #C542CE: hue angle of 296.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C542CE is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 66 206 -
CMYK 0.04 0.68 0 0.19
HSL 296.14º 0.59% 0.53% -
HSV(B) 296.14º 0.68% 0.81% -
XYZ 36.11 20.22 60.39 -
YUV 121.13 175.9 182.12 -
System Red Green Blue C M Y K H S L
Decimal 197 66 206 0.04 0.68 0 0.19 296.14 0.59 0.53
Hex C5 42 CE 4 44 0 13 128 3B 35
Octal 305 102 316 4 104 0 23 450 73 65
Binary 11000101 1000010 11001110 100 1000100 0 10011 100101000 111011 110101

Color Harmonies of #C542CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542CE

Black with #C542CE

Text Example


Text Example

White with #C542CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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