Html Css Color HEX #CE42BF Fuchsia

📋 copy color: '#CE42BF'

red 206 ◦ green 66 ◦ blue 191

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

Shades of Fuchsia #CE42BF

Tints of Fuchsia #CE42BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.25%

R = 44.49%
G = 14.25%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE42BF (or 0xCE42BF) is known color: Fuchsia. HEX triplet: CE, 42 and BF. RGB value is (206,66,191). Sum of RGB (Red+Green+Blue) = 206+66+191=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE42BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42BF is #31BD40. Grayscale: #797979. Windows color (decimal): -3259713 or 12534478. OLE color: 12534478.

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

Color convert

RGB 206 66 191 -
CMYK 0 0.68 0.07 0.19
HSL 306.43º 0.59% 0.53% -
HSV(B) 306.43º 0.68% 0.81% -
XYZ 36.81 20.78 51.36 -
YUV 122.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 206 66 191 0 0.68 0.07 0.19 306.43 0.59 0.53
Hex CE 42 BF 0 44 7 13 132 3B 35
Octal 316 102 277 0 104 7 23 462 73 65
Binary 11001110 1000010 10111111 0 1000100 111 10011 100110010 111011 110101

Color Harmonies of #CE42BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42BF

Black with #CE42BF

Text Example


Text Example

White with #CE42BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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