Html Css Color HEX #CC316F Cerise

📋 copy color: '#CC316F'

red 204 ◦ green 49 ◦ blue 111

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

Shades of Cerise #CC316F

Tints of Cerise #CC316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.46%

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 56.04%
G = 13.46%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC316F (or 0xCC316F) is known color: Cerise. HEX triplet: CC, 31 and 6F. RGB value is (204,49,111). Sum of RGB (Red+Green+Blue) = 204+49+111=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC316F is #33CE90. Grayscale: #666666. Windows color (decimal): -3395217 or 7287244. OLE color: 7287244.

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

Color convert

RGB 204 49 111 -
CMYK 0 0.76 0.46 0.2
HSL 336º 0.61% 0.5% -
HSV(B) 336º 0.76% 0.8% -
XYZ 28.87 16.18 16.64 -
YUV 102.41 132.85 200.46 -
System Red Green Blue C M Y K H S L
Decimal 204 49 111 0 0.76 0.46 0.2 336 0.61 0.5
Hex CC 31 6F 0 4C 2E 14 150 3D 32
Octal 314 61 157 0 114 56 24 520 75 62
Binary 11001100 110001 1101111 0 1001100 101110 10100 101010000 111101 110010

Color Harmonies of #CC316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC316F

Black with #CC316F

Text Example


Text Example

White with #CC316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC316F; }

 p { color: rgb(204,49,111); }

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

background-color css

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

 a { background-color: rgb(204,49,111); }

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

border-color css

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

 span { border-color: rgb(204,49,111); }

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