Html Css Color HEX #CC32CD Fuchsia

📋 copy color: '#CC32CD'

red 204 ◦ green 50 ◦ blue 205

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

Shades of Fuchsia #CC32CD

Tints of Fuchsia #CC32CD

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #CC32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32CD

Black with #CC32CD

Text Example


Text Example

White with #CC32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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