Html Css Color HEX #CE42B2 Fuchsia

📋 copy color: '#CE42B2'

red 206 ◦ green 66 ◦ blue 178

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

Shades of Fuchsia #CE42B2

Tints of Fuchsia #CE42B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.56%

R = 45.78%
G = 14.67%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE42B2 (or 0xCE42B2) is known color: Fuchsia. HEX triplet: CE, 42 and B2. RGB value is (206,66,178). Sum of RGB (Red+Green+Blue) = 206+66+178=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE42B2 is #31BD4D. Grayscale: #787878. Windows color (decimal): -3259726 or 11682510. OLE color: 11682510.

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

Color convert

RGB 206 66 178 -
CMYK 0 0.68 0.14 0.19
HSL 312º 0.59% 0.53% -
HSV(B) 312º 0.68% 0.81% -
XYZ 35.44 20.23 44.16 -
YUV 120.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 206 66 178 0 0.68 0.14 0.19 312 0.59 0.53
Hex CE 42 B2 0 44 E 13 138 3B 35
Octal 316 102 262 0 104 16 23 470 73 65
Binary 11001110 1000010 10110010 0 1000100 1110 10011 100111000 111011 110101

Color Harmonies of #CE42B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42B2

Black with #CE42B2

Text Example


Text Example

White with #CE42B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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