Html Css Color HEX #CC39C4 Fuchsia

📋 copy color: '#CC39C4'

red 204 ◦ green 57 ◦ blue 196

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

Shades of Fuchsia #CC39C4

Tints of Fuchsia #CC39C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.89%

R = 44.64%
G = 12.47%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC39C4 (or 0xCC39C4) is known color: Fuchsia. HEX triplet: CC, 39 and C4. RGB value is (204,57,196). Sum of RGB (Red+Green+Blue) = 204+57+196=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC39C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC39C4 is #33C63B. Grayscale: #747474. Windows color (decimal): -3393084 or 12859852. OLE color: 12859852.

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

Color convert

RGB 204 57 196 -
CMYK 0 0.72 0.04 0.2
HSL 303.27º 0.59% 0.51% -
HSV(B) 303.27º 0.72% 0.8% -
XYZ 36.33 19.75 54.12 -
YUV 116.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 204 57 196 0 0.72 0.04 0.2 303.27 0.59 0.51
Hex CC 39 C4 0 48 4 14 12F 3B 33
Octal 314 71 304 0 110 4 24 457 73 63
Binary 11001100 111001 11000100 0 1001000 100 10100 100101111 111011 110011

Color Harmonies of #CC39C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39C4

Black with #CC39C4

Text Example


Text Example

White with #CC39C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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