Html Css Color HEX #CC316D Cerise

📋 copy color: '#CC316D'

red 204 ◦ green 49 ◦ blue 109

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

Shades of Cerise #CC316D

Tints of Cerise #CC316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.11%

R = 56.35%
G = 13.54%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC316D (or 0xCC316D) is known color: Cerise. HEX triplet: CC, 31 and 6D. RGB value is (204,49,109). Sum of RGB (Red+Green+Blue) = 204+49+109=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC316D is #33CE92. Grayscale: #666666. Windows color (decimal): -3395219 or 7156172. OLE color: 7156172.

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

Color convert

RGB 204 49 109 -
CMYK 0 0.76 0.47 0.2
HSL 336.77º 0.61% 0.5% -
HSV(B) 336.77º 0.76% 0.8% -
XYZ 28.76 16.14 16.07 -
YUV 102.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 204 49 109 0 0.76 0.47 0.2 336.77 0.61 0.5
Hex CC 31 6D 0 4C 2F 14 151 3D 32
Octal 314 61 155 0 114 57 24 521 75 62
Binary 11001100 110001 1101101 0 1001100 101111 10100 101010001 111101 110010

Color Harmonies of #CC316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC316D

Black with #CC316D

Text Example


Text Example

White with #CC316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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