Html Css Color HEX #CE42BB Fuchsia

📋 copy color: '#CE42BB'

red 206 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #CE42BB

Tints of Fuchsia #CE42BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 44.88%
G = 14.38%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE42BB (or 0xCE42BB) is known color: Fuchsia. HEX triplet: CE, 42 and BB. RGB value is (206,66,187). Sum of RGB (Red+Green+Blue) = 206+66+187=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42BB is #31BD44. Grayscale: #797979. Windows color (decimal): -3259717 or 12272334. OLE color: 12272334.

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

Color convert

RGB 206 66 187 -
CMYK 0 0.68 0.09 0.19
HSL 308.14º 0.59% 0.53% -
HSV(B) 308.14º 0.68% 0.81% -
XYZ 36.37 20.61 49.07 -
YUV 121.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 206 66 187 0 0.68 0.09 0.19 308.14 0.59 0.53
Hex CE 42 BB 0 44 9 13 134 3B 35
Octal 316 102 273 0 104 11 23 464 73 65
Binary 11001110 1000010 10111011 0 1000100 1001 10011 100110100 111011 110101

Color Harmonies of #CE42BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42BB

Black with #CE42BB

Text Example


Text Example

White with #CE42BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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