Html Css Color HEX #CE52BE Fuchsia

📋 copy color: '#CE52BE'

red 206 ◦ green 82 ◦ blue 190

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

Shades of Fuchsia #CE52BE

Tints of Fuchsia #CE52BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.15%

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

R = 43.1%
G = 17.15%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE52BE (or 0xCE52BE) is known color: Fuchsia. HEX triplet: CE, 52 and BE. RGB value is (206,82,190). Sum of RGB (Red+Green+Blue) = 206+82+190=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52BE is #31AD41. Grayscale: #838383. Windows color (decimal): -3255618 or 12473038. OLE color: 12473038.

HSL color Cylindrical-coordinate representation of color #CE52BE: hue angle of 307.74º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE52BE is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 82 190 -
CMYK 0 0.60 0.08 0.19
HSL 307.74º 0.56% 0.56% -
HSV(B) 307.74º 0.6% 0.81% -
XYZ 37.77 22.87 51.14 -
YUV 131.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 206 82 190 0 0.60 0.08 0.19 307.74 0.56 0.56
Hex CE 52 BE 0 3C 8 13 134 38 38
Octal 316 122 276 0 74 10 23 464 70 70
Binary 11001110 1010010 10111110 0 111100 1000 10011 100110100 111000 111000

Color Harmonies of #CE52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52BE

Black with #CE52BE

Text Example


Text Example

White with #CE52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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