Html Css Color HEX #CC39CA Fuchsia

📋 copy color: '#CC39CA'

red 204 ◦ green 57 ◦ blue 202

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

Shades of Fuchsia #CC39CA

Tints of Fuchsia #CC39CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.31%

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 44.06%
G = 12.31%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC39CA (or 0xCC39CA) is known color: Fuchsia. HEX triplet: CC, 39 and CA. RGB value is (204,57,202). Sum of RGB (Red+Green+Blue) = 204+57+202=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC39CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39CA is #33C635. Grayscale: #757575. Windows color (decimal): -3393078 or 13253068. OLE color: 13253068.

HSL color Cylindrical-coordinate representation of color #CC39CA: hue angle of 300.82º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC39CA is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 202 -
CMYK 0 0.72 0.01 0.2
HSL 300.82º 0.59% 0.51% -
HSV(B) 300.82º 0.72% 0.8% -
XYZ 37.03 20.03 57.79 -
YUV 117.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 204 57 202 0 0.72 0.01 0.2 300.82 0.59 0.51
Hex CC 39 CA 0 48 1 14 12D 3B 33
Octal 314 71 312 0 110 1 24 455 73 63
Binary 11001100 111001 11001010 0 1001000 1 10100 100101101 111011 110011

Color Harmonies of #CC39CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39CA

Black with #CC39CA

Text Example


Text Example

White with #CC39CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39CA; }

 p { color: rgb(204,57,202); }

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

background-color css

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

 a { background-color: rgb(204,57,202); }

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

border-color css

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

 span { border-color: rgb(204,57,202); }

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