Html Css Color HEX #CD52C0 Fuchsia

📋 copy color: '#CD52C0'

red 205 ◦ green 82 ◦ blue 192

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

Shades of Fuchsia #CD52C0

Tints of Fuchsia #CD52C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 42.8%
G = 17.12%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD52C0 (or 0xCD52C0) is known color: Fuchsia. HEX triplet: CD, 52 and C0. RGB value is (205,82,192). Sum of RGB (Red+Green+Blue) = 205+82+192=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52C0 is #32AD3F. Grayscale: #838383. Windows color (decimal): -3321152 or 12604109. OLE color: 12604109.

HSL color Cylindrical-coordinate representation of color #CD52C0: hue angle of 306.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD52C0 is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 82 192 -
CMYK 0 0.6 0.06 0.20
HSL 306.34º 0.55% 0.56% -
HSV(B) 306.34º 0.6% 0.8% -
XYZ 37.71 22.82 52.29 -
YUV 131.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 205 82 192 0 0.6 0.06 0.20 306.34 0.55 0.56
Hex CD 52 C0 0 3C 6 14 132 37 38
Octal 315 122 300 0 74 6 24 462 67 70
Binary 11001101 1010010 11000000 0 111100 110 10100 100110010 110111 111000

Color Harmonies of #CD52C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD52C0

Black with #CD52C0

Text Example


Text Example

White with #CD52C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD52C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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