Html Css Color HEX #CE42B6 Fuchsia

📋 copy color: '#CE42B6'

red 206 ◦ green 66 ◦ blue 182

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

Shades of Fuchsia #CE42B6

Tints of Fuchsia #CE42B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.09%

R = 45.37%
G = 14.54%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE42B6 (or 0xCE42B6) is known color: Fuchsia. HEX triplet: CE, 42 and B6. RGB value is (206,66,182). Sum of RGB (Red+Green+Blue) = 206+66+182=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42B6 is #31BD49. Grayscale: #787878. Windows color (decimal): -3259722 or 11944654. OLE color: 11944654.

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

Color convert

RGB 206 66 182 -
CMYK 0 0.68 0.12 0.19
HSL 310.29º 0.59% 0.53% -
HSV(B) 310.29º 0.68% 0.81% -
XYZ 35.85 20.4 46.3 -
YUV 121.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 206 66 182 0 0.68 0.12 0.19 310.29 0.59 0.53
Hex CE 42 B6 0 44 C 13 136 3B 35
Octal 316 102 266 0 104 14 23 466 73 65
Binary 11001110 1000010 10110110 0 1000100 1100 10011 100110110 111011 110101

Color Harmonies of #CE42B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42B6

Black with #CE42B6

Text Example


Text Example

White with #CE42B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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