Html Css Color HEX #CE4CC8 Fuchsia

📋 copy color: '#CE4CC8'

red 206 ◦ green 76 ◦ blue 200

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

Shades of Fuchsia #CE4CC8

Tints of Fuchsia #CE4CC8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.77%

 BLUE value IS 200 (78.52% from 255) = 41.49%

R = 42.74%
G = 15.77%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE4CC8 (or 0xCE4CC8) is known color: Fuchsia. HEX triplet: CE, 4C and C8. RGB value is (206,76,200). Sum of RGB (Red+Green+Blue) = 206+76+200=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CC8 is #31B337. Grayscale: #808080. Windows color (decimal): -3257144 or 13126862. OLE color: 13126862.

HSL color Cylindrical-coordinate representation of color #CE4CC8: hue angle of 302.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4CC8 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 76 200 -
CMYK 0 0.63 0.03 0.19
HSL 302.77º 0.57% 0.55% -
HSV(B) 302.77º 0.63% 0.81% -
XYZ 38.46 22.46 56.95 -
YUV 129.01 168.07 182.92 -
System Red Green Blue C M Y K H S L
Decimal 206 76 200 0 0.63 0.03 0.19 302.77 0.57 0.55
Hex CE 4C C8 0 3F 3 13 12F 39 37
Octal 316 114 310 0 77 3 23 457 71 67
Binary 11001110 1001100 11001000 0 111111 11 10011 100101111 111001 110111

Color Harmonies of #CE4CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CC8

Black with #CE4CC8

Text Example


Text Example

White with #CE4CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CC8; }

 p { color: rgb(206,76,200); }

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

background-color css

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

 a { background-color: rgb(206,76,200); }

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

border-color css

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

 span { border-color: rgb(206,76,200); }

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