Html Css Color HEX #CE52B4 Fuchsia

📋 copy color: '#CE52B4'

red 206 ◦ green 82 ◦ blue 180

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

Shades of Fuchsia #CE52B4

Tints of Fuchsia #CE52B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.46%

R = 44.02%
G = 17.52%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE52B4 (or 0xCE52B4) is known color: Fuchsia. HEX triplet: CE, 52 and B4. RGB value is (206,82,180). Sum of RGB (Red+Green+Blue) = 206+82+180=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52B4 is #31AD4B. Grayscale: #818181. Windows color (decimal): -3255628 or 11817678. OLE color: 11817678.

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

Color convert

RGB 206 82 180 -
CMYK 0 0.60 0.13 0.19
HSL 312.58º 0.56% 0.56% -
HSV(B) 312.58º 0.6% 0.81% -
XYZ 36.71 22.45 45.58 -
YUV 130.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 206 82 180 0 0.60 0.13 0.19 312.58 0.56 0.56
Hex CE 52 B4 0 3C D 13 139 38 38
Octal 316 122 264 0 74 15 23 471 70 70
Binary 11001110 1010010 10110100 0 111100 1101 10011 100111001 111000 111000

Color Harmonies of #CE52B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52B4

Black with #CE52B4

Text Example


Text Example

White with #CE52B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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