Html Css Color HEX #CE2CC0 Fuchsia

📋 copy color: '#CE2CC0'

red 206 ◦ green 44 ◦ blue 192

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

Shades of Fuchsia #CE2CC0

Tints of Fuchsia #CE2CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 46.61%
G = 9.95%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE2CC0 (or 0xCE2CC0) is known color: Fuchsia. HEX triplet: CE, 2C and C0. RGB value is (206,44,192). Sum of RGB (Red+Green+Blue) = 206+44+192=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CC0 is #31D33F. Grayscale: #6C6C6C. Windows color (decimal): -3265344 or 12594382. OLE color: 12594382.

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

Color convert

RGB 206 44 192 -
CMYK 0 0.79 0.07 0.19
HSL 305.19º 0.65% 0.49% -
HSV(B) 305.19º 0.79% 0.81% -
XYZ 35.87 18.73 51.59 -
YUV 109.31 174.67 196.97 -
System Red Green Blue C M Y K H S L
Decimal 206 44 192 0 0.79 0.07 0.19 305.19 0.65 0.49
Hex CE 2C C0 0 4F 7 13 131 41 31
Octal 316 54 300 0 117 7 23 461 101 61
Binary 11001110 101100 11000000 0 1001111 111 10011 100110001 1000001 110001

Color Harmonies of #CE2CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CC0

Black with #CE2CC0

Text Example


Text Example

White with #CE2CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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