Html Css Color HEX #CC3A7C Deep Cerise

📋 copy color: '#CC3A7C'

red 204 ◦ green 58 ◦ blue 124

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

Shades of Deep Cerise #CC3A7C

Tints of Deep Cerise #CC3A7C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.03%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 52.85%
G = 15.03%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC3A7C (or 0xCC3A7C) is known color: Deep Cerise. HEX triplet: CC, 3A and 7C. RGB value is (204,58,124). Sum of RGB (Red+Green+Blue) = 204+58+124=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3A7C is #33C583. Grayscale: #6D6D6D. Windows color (decimal): -3392900 or 8141516. OLE color: 8141516.

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

Color convert

RGB 204 58 124 -
CMYK 0 0.72 0.39 0.2
HSL 332.88º 0.59% 0.51% -
HSV(B) 332.88º 0.72% 0.8% -
XYZ 30.05 17.32 20.83 -
YUV 109.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 204 58 124 0 0.72 0.39 0.2 332.88 0.59 0.51
Hex CC 3A 7C 0 48 27 14 14D 3B 33
Octal 314 72 174 0 110 47 24 515 73 63
Binary 11001100 111010 1111100 0 1001000 100111 10100 101001101 111011 110011

Color Harmonies of #CC3A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A7C

Black with #CC3A7C

Text Example


Text Example

White with #CC3A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A7C; }

 p { color: rgb(204,58,124); }

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

background-color css

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

 a { background-color: rgb(204,58,124); }

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

border-color css

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

 span { border-color: rgb(204,58,124); }

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