Html Css Color HEX #CC3472 Cerise

📋 copy color: '#CC3472'

red 204 ◦ green 52 ◦ blue 114

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

Shades of Cerise #CC3472

Tints of Cerise #CC3472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 55.14%
G = 14.05%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC3472 (or 0xCC3472) is known color: Cerise. HEX triplet: CC, 34 and 72. RGB value is (204,52,114). Sum of RGB (Red+Green+Blue) = 204+52+114=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3472 is #33CB8D. Grayscale: #686868. Windows color (decimal): -3394446 or 7484620. OLE color: 7484620.

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

Color convert

RGB 204 52 114 -
CMYK 0 0.75 0.44 0.2
HSL 335.53º 0.6% 0.5% -
HSV(B) 335.53º 0.75% 0.8% -
XYZ 29.17 16.51 17.57 -
YUV 104.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 204 52 114 0 0.75 0.44 0.2 335.53 0.6 0.5
Hex CC 34 72 0 4B 2C 14 150 3C 32
Octal 314 64 162 0 113 54 24 520 74 62
Binary 11001100 110100 1110010 0 1001011 101100 10100 101010000 111100 110010

Color Harmonies of #CC3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3472

Black with #CC3472

Text Example


Text Example

White with #CC3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3472; }

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

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

background-color css

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

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

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

border-color css

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

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

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