Html Css Color HEX #CE34CC Fuchsia

📋 copy color: '#CE34CC'

red 206 ◦ green 52 ◦ blue 204

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

Shades of Fuchsia #CE34CC

Tints of Fuchsia #CE34CC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.26%

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

R = 44.59%
G = 11.26%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE34CC (or 0xCE34CC) is known color: Fuchsia. HEX triplet: CE, 34 and CC. RGB value is (206,52,204). Sum of RGB (Red+Green+Blue) = 206+52+204=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34CC is #31CB33. Grayscale: #727272. Windows color (decimal): -3263284 or 13382862. OLE color: 13382862.

HSL color Cylindrical-coordinate representation of color #CE34CC: hue angle of 300.78º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE34CC is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 52 204 -
CMYK 0 0.75 0.01 0.19
HSL 300.78º 0.61% 0.51% -
HSV(B) 300.78º 0.75% 0.81% -
XYZ 37.58 19.94 58.99 -
YUV 115.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 206 52 204 0 0.75 0.01 0.19 300.78 0.61 0.51
Hex CE 34 CC 0 4B 1 13 12D 3D 33
Octal 316 64 314 0 113 1 23 455 75 63
Binary 11001110 110100 11001100 0 1001011 1 10011 100101101 111101 110011

Color Harmonies of #CE34CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34CC

Black with #CE34CC

Text Example


Text Example

White with #CE34CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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