Html Css Color HEX #CE42BD Fuchsia

📋 copy color: '#CE42BD'

red 206 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #CE42BD

Tints of Fuchsia #CE42BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 44.69%
G = 14.32%
B = 41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE42BD (or 0xCE42BD) is known color: Fuchsia. HEX triplet: CE, 42 and BD. RGB value is (206,66,189). Sum of RGB (Red+Green+Blue) = 206+66+189=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42BD is #31BD42. Grayscale: #797979. Windows color (decimal): -3259715 or 12403406. OLE color: 12403406.

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

Color convert

RGB 206 66 189 -
CMYK 0 0.68 0.08 0.19
HSL 307.29º 0.59% 0.53% -
HSV(B) 307.29º 0.68% 0.81% -
XYZ 36.59 20.69 50.21 -
YUV 121.88 165.88 188 -
System Red Green Blue C M Y K H S L
Decimal 206 66 189 0 0.68 0.08 0.19 307.29 0.59 0.53
Hex CE 42 BD 0 44 8 13 133 3B 35
Octal 316 102 275 0 104 10 23 463 73 65
Binary 11001110 1000010 10111101 0 1000100 1000 10011 100110011 111011 110101

Color Harmonies of #CE42BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42BD

Black with #CE42BD

Text Example


Text Example

White with #CE42BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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