Html Css Color HEX #CE2CC5 Fuchsia

📋 copy color: '#CE2CC5'

red 206 ◦ green 44 ◦ blue 197

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

Shades of Fuchsia #CE2CC5

Tints of Fuchsia #CE2CC5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.84%

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

R = 46.09%
G = 9.84%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE2CC5 (or 0xCE2CC5) is known color: Fuchsia. HEX triplet: CE, 2C and C5. RGB value is (206,44,197). Sum of RGB (Red+Green+Blue) = 206+44+197=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CC5 is #31D33A. Grayscale: #6D6D6D. Windows color (decimal): -3265339 or 12922062. OLE color: 12922062.

HSL color Cylindrical-coordinate representation of color #CE2CC5: hue angle of 303.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CC5 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 44 197 -
CMYK 0 0.79 0.04 0.19
HSL 303.33º 0.65% 0.49% -
HSV(B) 303.33º 0.79% 0.81% -
XYZ 36.43 18.95 54.56 -
YUV 109.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 206 44 197 0 0.79 0.04 0.19 303.33 0.65 0.49
Hex CE 2C C5 0 4F 4 13 12F 41 31
Octal 316 54 305 0 117 4 23 457 101 61
Binary 11001110 101100 11000101 0 1001111 100 10011 100101111 1000001 110001

Color Harmonies of #CE2CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CC5

Black with #CE2CC5

Text Example


Text Example

White with #CE2CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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