Html Css Color HEX #CE2CC1 Fuchsia

📋 copy color: '#CE2CC1'

red 206 ◦ green 44 ◦ blue 193

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

Shades of Fuchsia #CE2CC1

Tints of Fuchsia #CE2CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.57%

R = 46.5%
G = 9.93%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE2CC1 (or 0xCE2CC1) is known color: Fuchsia. HEX triplet: CE, 2C and C1. RGB value is (206,44,193). Sum of RGB (Red+Green+Blue) = 206+44+193=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CC1 is #31D33E. Grayscale: #6C6C6C. Windows color (decimal): -3265343 or 12659918. OLE color: 12659918.

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

Color convert

RGB 206 44 193 -
CMYK 0 0.79 0.06 0.19
HSL 304.81º 0.65% 0.49% -
HSV(B) 304.81º 0.79% 0.81% -
XYZ 35.98 18.77 52.18 -
YUV 109.42 175.17 196.88 -
System Red Green Blue C M Y K H S L
Decimal 206 44 193 0 0.79 0.06 0.19 304.81 0.65 0.49
Hex CE 2C C1 0 4F 6 13 131 41 31
Octal 316 54 301 0 117 6 23 461 101 61
Binary 11001110 101100 11000001 0 1001111 110 10011 100110001 1000001 110001

Color Harmonies of #CE2CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2CC1

Black with #CE2CC1

Text Example


Text Example

White with #CE2CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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