Html Css Color HEX #CE42C2 Fuchsia

📋 copy color: '#CE42C2'

red 206 ◦ green 66 ◦ blue 194

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

Shades of Fuchsia #CE42C2

Tints of Fuchsia #CE42C2

RGB

 RED value IS 206 (80.86% from 255) = 44.21%

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

 BLUE value IS 194 (76.17% from 255) = 41.63%

R = 44.21%
G = 14.16%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE42C2 (or 0xCE42C2) is known color: Fuchsia. HEX triplet: CE, 42 and C2. RGB value is (206,66,194). Sum of RGB (Red+Green+Blue) = 206+66+194=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42C2 is #31BD3D. Grayscale: #7A7A7A. Windows color (decimal): -3259710 or 12731086. OLE color: 12731086.

HSL color Cylindrical-coordinate representation of color #CE42C2: hue angle of 305.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 #CE42C2 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 66 194 -
CMYK 0 0.68 0.06 0.19
HSL 305.14º 0.59% 0.53% -
HSV(B) 305.14º 0.68% 0.81% -
XYZ 37.14 20.91 53.12 -
YUV 122.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 206 66 194 0 0.68 0.06 0.19 305.14 0.59 0.53
Hex CE 42 C2 0 44 6 13 131 3B 35
Octal 316 102 302 0 104 6 23 461 73 65
Binary 11001110 1000010 11000010 0 1000100 110 10011 100110001 111011 110101

Color Harmonies of #CE42C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42C2

Black with #CE42C2

Text Example


Text Example

White with #CE42C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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