Html Css Color HEX #CE34CE Fuchsia

📋 copy color: '#CE34CE'

red 206 ◦ green 52 ◦ blue 206

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

Shades of Fuchsia #CE34CE

Tints of Fuchsia #CE34CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 44.4%
G = 11.21%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE34CE (or 0xCE34CE) is known color: Fuchsia. HEX triplet: CE, 34 and CE. RGB value is (206,52,206). Sum of RGB (Red+Green+Blue) = 206+52+206=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE34CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34CE is #31CB31. Grayscale: #737373. Windows color (decimal): -3263282 or 13513934. OLE color: 13513934.

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

Color convert

RGB 206 52 206 -
CMYK 0 0.75 0 0.19
HSL 300º 0.61% 0.51% -
HSV(B) 300º 0.75% 0.81% -
XYZ 37.82 20.03 60.27 -
YUV 115.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 206 52 206 0 0.75 0 0.19 300 0.61 0.51
Hex CE 34 CE 0 4B 0 13 12C 3D 33
Octal 316 64 316 0 113 0 23 454 75 63
Binary 11001110 110100 11001110 0 1001011 0 10011 100101100 111101 110011

Color Harmonies of #CE34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34CE

Black with #CE34CE

Text Example


Text Example

White with #CE34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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