Html Css Color HEX #CD52CE Fuchsia

📋 copy color: '#CD52CE'

red 205 ◦ green 82 ◦ blue 206

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

Shades of Fuchsia #CD52CE

Tints of Fuchsia #CD52CE

RGB

 RED value IS 205 (80.47% from 255) = 41.58%

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 41.58%
G = 16.63%
B = 41.78%

CMYK

 C value IS 0.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD52CE (or 0xCD52CE) is known color: Fuchsia. HEX triplet: CD, 52 and CE. RGB value is (205,82,206). Sum of RGB (Red+Green+Blue) = 205+82+206=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD52CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52CE is #32AD31. Grayscale: #848484. Windows color (decimal): -3321138 or 13521613. OLE color: 13521613.

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

Color convert

RGB 205 82 206 -
CMYK 0.00 0.60 0 0.19
HSL 299.52º 0.56% 0.56% -
HSV(B) 299.52º 0.6% 0.81% -
XYZ 39.33 23.47 60.85 -
YUV 132.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 205 82 206 0.00 0.60 0 0.19 299.52 0.56 0.56
Hex CD 52 CE 0 3C 0 13 12C 38 38
Octal 315 122 316 0 74 0 23 454 70 70
Binary 11001101 1010010 11001110 0 111100 0 10011 100101100 111000 111000

Color Harmonies of #CD52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD52CE

Black with #CD52CE

Text Example


Text Example

White with #CD52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD52CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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