Html Css Color HEX #CE42B9 Fuchsia

📋 copy color: '#CE42B9'

red 206 ◦ green 66 ◦ blue 185

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

Shades of Fuchsia #CE42B9

Tints of Fuchsia #CE42B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 45.08%
G = 14.44%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE42B9 (or 0xCE42B9) is known color: Fuchsia. HEX triplet: CE, 42 and B9. RGB value is (206,66,185). Sum of RGB (Red+Green+Blue) = 206+66+185=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42B9 is #31BD46. Grayscale: #797979. Windows color (decimal): -3259719 or 12141262. OLE color: 12141262.

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

Color convert

RGB 206 66 185 -
CMYK 0 0.68 0.10 0.19
HSL 309º 0.59% 0.53% -
HSV(B) 309º 0.68% 0.81% -
XYZ 36.16 20.52 47.95 -
YUV 121.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 206 66 185 0 0.68 0.10 0.19 309 0.59 0.53
Hex CE 42 B9 0 44 A 13 135 3B 35
Octal 316 102 271 0 104 12 23 465 73 65
Binary 11001110 1000010 10111001 0 1000100 1010 10011 100110101 111011 110101

Color Harmonies of #CE42B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42B9

Black with #CE42B9

Text Example


Text Example

White with #CE42B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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