Html Css Color HEX #CE52C7 Fuchsia

📋 copy color: '#CE52C7'

red 206 ◦ green 82 ◦ blue 199

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

Shades of Fuchsia #CE52C7

Tints of Fuchsia #CE52C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.86%

R = 42.3%
G = 16.84%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE52C7 (or 0xCE52C7) is known color: Fuchsia. HEX triplet: CE, 52 and C7. RGB value is (206,82,199). Sum of RGB (Red+Green+Blue) = 206+82+199=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE52C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52C7 is #31AD38. Grayscale: #848484. Windows color (decimal): -3255609 or 13062862. OLE color: 13062862.

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

Color convert

RGB 206 82 199 -
CMYK 0 0.60 0.03 0.19
HSL 303.39º 0.56% 0.56% -
HSV(B) 303.39º 0.6% 0.81% -
XYZ 38.78 23.28 56.48 -
YUV 132.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 206 82 199 0 0.60 0.03 0.19 303.39 0.56 0.56
Hex CE 52 C7 0 3C 3 13 12F 38 38
Octal 316 122 307 0 74 3 23 457 70 70
Binary 11001110 1010010 11000111 0 111100 11 10011 100101111 111000 111000

Color Harmonies of #CE52C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE52C7

Black with #CE52C7

Text Example


Text Example

White with #CE52C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE52C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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