Html Css Color HEX #CE4CC5 Fuchsia

📋 copy color: '#CE4CC5'

red 206 ◦ green 76 ◦ blue 197

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

Shades of Fuchsia #CE4CC5

Tints of Fuchsia #CE4CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.13%

R = 43.01%
G = 15.87%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE4CC5 (or 0xCE4CC5) is known color: Fuchsia. HEX triplet: CE, 4C and C5. RGB value is (206,76,197). Sum of RGB (Red+Green+Blue) = 206+76+197=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CC5 is #31B33A. Grayscale: #808080. Windows color (decimal): -3257147 or 12930254. OLE color: 12930254.

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

Color convert

RGB 206 76 197 -
CMYK 0 0.63 0.04 0.19
HSL 304.15º 0.57% 0.55% -
HSV(B) 304.15º 0.63% 0.81% -
XYZ 38.12 22.32 55.12 -
YUV 128.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 206 76 197 0 0.63 0.04 0.19 304.15 0.57 0.55
Hex CE 4C C5 0 3F 4 13 130 39 37
Octal 316 114 305 0 77 4 23 460 71 67
Binary 11001110 1001100 11000101 0 111111 100 10011 100110000 111001 110111

Color Harmonies of #CE4CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4CC5

Black with #CE4CC5

Text Example


Text Example

White with #CE4CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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