Html Css Color HEX #CE3DCC Fuchsia

📋 copy color: '#CE3DCC'

red 206 ◦ green 61 ◦ blue 204

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

Shades of Fuchsia #CE3DCC

Tints of Fuchsia #CE3DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.95%

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 43.74%
G = 12.95%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE3DCC (or 0xCE3DCC) is known color: Fuchsia. HEX triplet: CE, 3D and CC. RGB value is (206,61,204). Sum of RGB (Red+Green+Blue) = 206+61+204=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DCC is #31C233. Grayscale: #787878. Windows color (decimal): -3260980 or 13385166. OLE color: 13385166.

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

Color convert

RGB 206 61 204 -
CMYK 0 0.70 0.01 0.19
HSL 300.83º 0.6% 0.52% -
HSV(B) 300.83º 0.7% 0.81% -
XYZ 38.02 20.82 59.14 -
YUV 120.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 206 61 204 0 0.70 0.01 0.19 300.83 0.6 0.52
Hex CE 3D CC 0 46 1 13 12D 3C 34
Octal 316 75 314 0 106 1 23 455 74 64
Binary 11001110 111101 11001100 0 1000110 1 10011 100101101 111100 110100

Color Harmonies of #CE3DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3DCC

Black with #CE3DCC

Text Example


Text Example

White with #CE3DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3DCC; }

 p { color: rgb(206,61,204); }

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

background-color css

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

 a { background-color: rgb(206,61,204); }

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

border-color css

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

 span { border-color: rgb(206,61,204); }

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