Html Css Color HEX #CD32CD Fuchsia

📋 copy color: '#CD32CD'

red 205 ◦ green 50 ◦ blue 205

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

Shades of Fuchsia #CD32CD

Tints of Fuchsia #CD32CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.87%

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 44.57%
G = 10.87%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CD32CD (or 0xCD32CD) is known color: Fuchsia. HEX triplet: CD, 32 and CD. RGB value is (205,50,205). Sum of RGB (Red+Green+Blue) = 205+50+205=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD32CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32CD is #32CD32. Grayscale: #717171. Windows color (decimal): -3329331 or 13447885. OLE color: 13447885.

HSL color Cylindrical-coordinate representation of color #CD32CD: hue angle of 300º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD32CD is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 50 205 -
CMYK 0 0.76 0 0.20
HSL 300º 0.61% 0.5% -
HSV(B) 300º 0.76% 0.8% -
XYZ 37.34 19.67 59.59 -
YUV 114.02 179.35 192.9 -
System Red Green Blue C M Y K H S L
Decimal 205 50 205 0 0.76 0 0.20 300 0.61 0.5
Hex CD 32 CD 0 4C 0 14 12C 3D 32
Octal 315 62 315 0 114 0 24 454 75 62
Binary 11001101 110010 11001101 0 1001100 0 10100 100101100 111101 110010

Color Harmonies of #CD32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32CD

Black with #CD32CD

Text Example


Text Example

White with #CD32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32CD; }

 p { color: rgb(205,50,205); }

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

background-color css

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

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

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

border-color css

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

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

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