Html Css Color HEX #CC347D Deep Cerise

📋 copy color: '#CC347D'

red 204 ◦ green 52 ◦ blue 125

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

Shades of Deep Cerise #CC347D

Tints of Deep Cerise #CC347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 53.54%
G = 13.65%
B = 32.81%

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

#CC347D (or 0xCC347D) is known color: Deep Cerise. HEX triplet: CC, 34 and 7D. RGB value is (204,52,125). Sum of RGB (Red+Green+Blue) = 204+52+125=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC347D is #33CB82. Grayscale: #696969. Windows color (decimal): -3394435 or 8205516. OLE color: 8205516.

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

Color convert

RGB 204 52 125 -
CMYK 0 0.75 0.39 0.2
HSL 331.18º 0.6% 0.5% -
HSV(B) 331.18º 0.75% 0.8% -
XYZ 29.83 16.77 21.07 -
YUV 105.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 204 52 125 0 0.75 0.39 0.2 331.18 0.6 0.5
Hex CC 34 7D 0 4B 27 14 14B 3C 32
Octal 314 64 175 0 113 47 24 513 74 62
Binary 11001100 110100 1111101 0 1001011 100111 10100 101001011 111100 110010

Color Harmonies of #CC347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC347D

Black with #CC347D

Text Example


Text Example

White with #CC347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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