Html Css Color HEX #CE3CC2 Fuchsia

📋 copy color: '#CE3CC2'

red 206 ◦ green 60 ◦ blue 194

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

Shades of Fuchsia #CE3CC2

Tints of Fuchsia #CE3CC2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

 BLUE value IS 194 (76.17% from 255) = 42.17%

R = 44.78%
G = 13.04%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE3CC2 (or 0xCE3CC2) is known color: Fuchsia. HEX triplet: CE, 3C and C2. RGB value is (206,60,194). Sum of RGB (Red+Green+Blue) = 206+60+194=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CC2 is #31C33D. Grayscale: #767676. Windows color (decimal): -3261246 or 12729550. OLE color: 12729550.

HSL color Cylindrical-coordinate representation of color #CE3CC2: hue angle of 304.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3CC2 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 60 194 -
CMYK 0 0.71 0.06 0.19
HSL 304.93º 0.6% 0.52% -
HSV(B) 304.93º 0.71% 0.81% -
XYZ 36.81 20.25 53.01 -
YUV 118.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 206 60 194 0 0.71 0.06 0.19 304.93 0.6 0.52
Hex CE 3C C2 0 47 6 13 131 3C 34
Octal 316 74 302 0 107 6 23 461 74 64
Binary 11001110 111100 11000010 0 1000111 110 10011 100110001 111100 110100

Color Harmonies of #CE3CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3CC2

Black with #CE3CC2

Text Example


Text Example

White with #CE3CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3CC2; }

 p { color: rgb(206,60,194); }

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

background-color css

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

 a { background-color: rgb(206,60,194); }

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

border-color css

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

 span { border-color: rgb(206,60,194); }

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