Html Css Color HEX #CE42AB Fuchsia

📋 copy color: '#CE42AB'

red 206 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #CE42AB

Tints of Fuchsia #CE42AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 46.5%
G = 14.9%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE42AB (or 0xCE42AB) is known color: Fuchsia. HEX triplet: CE, 42 and AB. RGB value is (206,66,171). Sum of RGB (Red+Green+Blue) = 206+66+171=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE42AB is #31BD54. Grayscale: #777777. Windows color (decimal): -3259733 or 11223758. OLE color: 11223758.

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

Color convert

RGB 206 66 171 -
CMYK 0 0.68 0.17 0.19
HSL 315º 0.59% 0.53% -
HSV(B) 315º 0.68% 0.81% -
XYZ 34.75 19.96 40.55 -
YUV 119.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 206 66 171 0 0.68 0.17 0.19 315 0.59 0.53
Hex CE 42 AB 0 44 11 13 13B 3B 35
Octal 316 102 253 0 104 21 23 473 73 65
Binary 11001110 1000010 10101011 0 1000100 10001 10011 100111011 111011 110101

Color Harmonies of #CE42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42AB

Black with #CE42AB

Text Example


Text Example

White with #CE42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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