Html Css Color HEX #CE2CC3 Fuchsia

📋 copy color: '#CE2CC3'

red 206 ◦ green 44 ◦ blue 195

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

Shades of Fuchsia #CE2CC3

Tints of Fuchsia #CE2CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.82%

R = 46.29%
G = 9.89%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE2CC3 (or 0xCE2CC3) is known color: Fuchsia. HEX triplet: CE, 2C and C3. RGB value is (206,44,195). Sum of RGB (Red+Green+Blue) = 206+44+195=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CC3 is #31D33C. Grayscale: #6D6D6D. Windows color (decimal): -3265341 or 12790990. OLE color: 12790990.

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

Color convert

RGB 206 44 195 -
CMYK 0 0.79 0.05 0.19
HSL 304.07º 0.65% 0.49% -
HSV(B) 304.07º 0.79% 0.81% -
XYZ 36.2 18.86 53.36 -
YUV 109.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 206 44 195 0 0.79 0.05 0.19 304.07 0.65 0.49
Hex CE 2C C3 0 4F 5 13 130 41 31
Octal 316 54 303 0 117 5 23 460 101 61
Binary 11001110 101100 11000011 0 1001111 101 10011 100110000 1000001 110001

Color Harmonies of #CE2CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CC3

Black with #CE2CC3

Text Example


Text Example

White with #CE2CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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