Html Css Color HEX #CC39B2 Fuchsia

📋 copy color: '#CC39B2'

red 204 ◦ green 57 ◦ blue 178

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

Shades of Fuchsia #CC39B2

Tints of Fuchsia #CC39B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 46.47%
G = 12.98%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC39B2 (or 0xCC39B2) is known color: Fuchsia. HEX triplet: CC, 39 and B2. RGB value is (204,57,178). Sum of RGB (Red+Green+Blue) = 204+57+178=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC39B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC39B2 is #33C64D. Grayscale: #727272. Windows color (decimal): -3393102 or 11680204. OLE color: 11680204.

HSL color Cylindrical-coordinate representation of color #CC39B2: hue angle of 310.61º 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 #CC39B2 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 178 -
CMYK 0 0.72 0.13 0.2
HSL 310.61º 0.59% 0.51% -
HSV(B) 310.61º 0.72% 0.8% -
XYZ 34.4 18.98 43.97 -
YUV 114.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 204 57 178 0 0.72 0.13 0.2 310.61 0.59 0.51
Hex CC 39 B2 0 48 D 14 137 3B 33
Octal 314 71 262 0 110 15 24 467 73 63
Binary 11001100 111001 10110010 0 1001000 1101 10100 100110111 111011 110011

Color Harmonies of #CC39B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39B2

Black with #CC39B2

Text Example


Text Example

White with #CC39B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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