Html Css Color HEX #CE42C9 Fuchsia

📋 copy color: '#CE42C9'

red 206 ◦ green 66 ◦ blue 201

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

Shades of Fuchsia #CE42C9

Tints of Fuchsia #CE42C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 43.55%
G = 13.95%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE42C9 (or 0xCE42C9) is known color: Fuchsia. HEX triplet: CE, 42 and C9. RGB value is (206,66,201). Sum of RGB (Red+Green+Blue) = 206+66+201=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42C9 is #31BD36. Grayscale: #7A7A7A. Windows color (decimal): -3259703 or 13189838. OLE color: 13189838.

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

Color convert

RGB 206 66 201 -
CMYK 0 0.68 0.02 0.19
HSL 302.14º 0.59% 0.53% -
HSV(B) 302.14º 0.68% 0.81% -
XYZ 37.94 21.24 57.36 -
YUV 123.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 206 66 201 0 0.68 0.02 0.19 302.14 0.59 0.53
Hex CE 42 C9 0 44 2 13 12E 3B 35
Octal 316 102 311 0 104 2 23 456 73 65
Binary 11001110 1000010 11001001 0 1000100 10 10011 100101110 111011 110101

Color Harmonies of #CE42C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42C9

Black with #CE42C9

Text Example


Text Example

White with #CE42C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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