Html Css Color HEX #CC347A Deep Cerise

📋 copy color: '#CC347A'

red 204 ◦ green 52 ◦ blue 122

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

Shades of Deep Cerise #CC347A

Tints of Deep Cerise #CC347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 53.97%
G = 13.76%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC347A (or 0xCC347A) is known color: Deep Cerise. HEX triplet: CC, 34 and 7A. RGB value is (204,52,122). Sum of RGB (Red+Green+Blue) = 204+52+122=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC347A is #33CB85. Grayscale: #696969. Windows color (decimal): -3394438 or 8008908. OLE color: 8008908.

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

Color convert

RGB 204 52 122 -
CMYK 0 0.75 0.40 0.2
HSL 332.37º 0.6% 0.5% -
HSV(B) 332.37º 0.75% 0.8% -
XYZ 29.64 16.7 20.07 -
YUV 105.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 204 52 122 0 0.75 0.40 0.2 332.37 0.6 0.5
Hex CC 34 7A 0 4B 28 14 14C 3C 32
Octal 314 64 172 0 113 50 24 514 74 62
Binary 11001100 110100 1111010 0 1001011 101000 10100 101001100 111100 110010

Color Harmonies of #CC347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC347A

Black with #CC347A

Text Example


Text Example

White with #CC347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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