Html Css Color HEX #CD52C6 Fuchsia

📋 copy color: '#CD52C6'

red 205 ◦ green 82 ◦ blue 198

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

Shades of Fuchsia #CD52C6

Tints of Fuchsia #CD52C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 42.27%
G = 16.91%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CD52C6 (or 0xCD52C6) is known color: Fuchsia. HEX triplet: CD, 52 and C6. RGB value is (205,82,198). Sum of RGB (Red+Green+Blue) = 205+82+198=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52C6 is #32AD39. Grayscale: #838383. Windows color (decimal): -3321146 or 12997325. OLE color: 12997325.

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

Color convert

RGB 205 82 198 -
CMYK 0 0.6 0.03 0.20
HSL 303.41º 0.55% 0.56% -
HSV(B) 303.41º 0.6% 0.8% -
XYZ 38.39 23.09 55.86 -
YUV 132 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 205 82 198 0 0.6 0.03 0.20 303.41 0.55 0.56
Hex CD 52 C6 0 3C 3 14 12F 37 38
Octal 315 122 306 0 74 3 24 457 67 70
Binary 11001101 1010010 11000110 0 111100 11 10100 100101111 110111 111000

Color Harmonies of #CD52C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD52C6

Black with #CD52C6

Text Example


Text Example

White with #CD52C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD52C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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