Html Css Color HEX #CD32CC Fuchsia

📋 copy color: '#CD32CC'

red 205 ◦ green 50 ◦ blue 204

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

Shades of Fuchsia #CD32CC

Tints of Fuchsia #CD32CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 44.66%
G = 10.89%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD32CC (or 0xCD32CC) is known color: Fuchsia. HEX triplet: CD, 32 and CC. RGB value is (205,50,204). Sum of RGB (Red+Green+Blue) = 205+50+204=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32CC is #32CD33. Grayscale: #717171. Windows color (decimal): -3329332 or 13382349. OLE color: 13382349.

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

Color convert

RGB 205 50 204 -
CMYK 0 0.76 0.00 0.20
HSL 300.39º 0.61% 0.5% -
HSV(B) 300.39º 0.76% 0.8% -
XYZ 37.22 19.62 58.95 -
YUV 113.9 178.85 192.98 -
System Red Green Blue C M Y K H S L
Decimal 205 50 204 0 0.76 0.00 0.20 300.39 0.61 0.5
Hex CD 32 CC 0 4C 0 14 12C 3D 32
Octal 315 62 314 0 114 0 24 454 75 62
Binary 11001101 110010 11001100 0 1001100 0 10100 100101100 111101 110010

Color Harmonies of #CD32CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32CC

Black with #CD32CC

Text Example


Text Example

White with #CD32CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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