Html Css Color HEX #CE34C2 Fuchsia

📋 copy color: '#CE34C2'

red 206 ◦ green 52 ◦ blue 194

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

Shades of Fuchsia #CE34C2

Tints of Fuchsia #CE34C2

RGB

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

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

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

R = 45.58%
G = 11.5%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE34C2 (or 0xCE34C2) is known color: Fuchsia. HEX triplet: CE, 34 and C2. RGB value is (206,52,194). Sum of RGB (Red+Green+Blue) = 206+52+194=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34C2 is #31CB3D. Grayscale: #717171. Windows color (decimal): -3263294 or 12727502. OLE color: 12727502.

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

Color convert

RGB 206 52 194 -
CMYK 0 0.75 0.06 0.19
HSL 304.68º 0.61% 0.51% -
HSV(B) 304.68º 0.75% 0.81% -
XYZ 36.42 19.47 52.88 -
YUV 114.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 206 52 194 0 0.75 0.06 0.19 304.68 0.61 0.51
Hex CE 34 C2 0 4B 6 13 131 3D 33
Octal 316 64 302 0 113 6 23 461 75 63
Binary 11001110 110100 11000010 0 1001011 110 10011 100110001 111101 110011

Color Harmonies of #CE34C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34C2

Black with #CE34C2

Text Example


Text Example

White with #CE34C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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