Html Css Color HEX #CC347C Deep Cerise

📋 copy color: '#CC347C'

red 204 ◦ green 52 ◦ blue 124

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

Shades of Deep Cerise #CC347C

Tints of Deep Cerise #CC347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

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

R = 53.68%
G = 13.68%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC347C (or 0xCC347C) is known color: Deep Cerise. HEX triplet: CC, 34 and 7C. RGB value is (204,52,124). Sum of RGB (Red+Green+Blue) = 204+52+124=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC347C is #33CB83. Grayscale: #696969. Windows color (decimal): -3394436 or 8139980. OLE color: 8139980.

HSL color Cylindrical-coordinate representation of color #CC347C: hue angle of 331.58º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC347C is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 124 -
CMYK 0 0.75 0.39 0.2
HSL 331.58º 0.6% 0.5% -
HSV(B) 331.58º 0.75% 0.8% -
XYZ 29.77 16.75 20.73 -
YUV 105.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 204 52 124 0 0.75 0.39 0.2 331.58 0.6 0.5
Hex CC 34 7C 0 4B 27 14 14C 3C 32
Octal 314 64 174 0 113 47 24 514 74 62
Binary 11001100 110100 1111100 0 1001011 100111 10100 101001100 111100 110010

Color Harmonies of #CC347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC347C

Black with #CC347C

Text Example


Text Example

White with #CC347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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