Html Css Color HEX #CE34BE Fuchsia

📋 copy color: '#CE34BE'

red 206 ◦ green 52 ◦ blue 190

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

Shades of Fuchsia #CE34BE

Tints of Fuchsia #CE34BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 45.98%
G = 11.61%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE34BE (or 0xCE34BE) is known color: Fuchsia. HEX triplet: CE, 34 and BE. RGB value is (206,52,190). Sum of RGB (Red+Green+Blue) = 206+52+190=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34BE is #31CB41. Grayscale: #717171. Windows color (decimal): -3263298 or 12465358. OLE color: 12465358.

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

Color convert

RGB 206 52 190 -
CMYK 0 0.75 0.08 0.19
HSL 306.23º 0.61% 0.51% -
HSV(B) 306.23º 0.75% 0.81% -
XYZ 35.98 19.3 50.54 -
YUV 113.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 206 52 190 0 0.75 0.08 0.19 306.23 0.61 0.51
Hex CE 34 BE 0 4B 8 13 132 3D 33
Octal 316 64 276 0 113 10 23 462 75 63
Binary 11001110 110100 10111110 0 1001011 1000 10011 100110010 111101 110011

Color Harmonies of #CE34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34BE

Black with #CE34BE

Text Example


Text Example

White with #CE34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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