Html Css Color HEX #CC3A71 Cerise

📋 copy color: '#CC3A71'

red 204 ◦ green 58 ◦ blue 113

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

Shades of Cerise #CC3A71

Tints of Cerise #CC3A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.47%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 54.4%
G = 15.47%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC3A71 (or 0xCC3A71) is known color: Cerise. HEX triplet: CC, 3A and 71. RGB value is (204,58,113). Sum of RGB (Red+Green+Blue) = 204+58+113=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3A71 is #33C58E. Grayscale: #6B6B6B. Windows color (decimal): -3392911 or 7420620. OLE color: 7420620.

HSL color Cylindrical-coordinate representation of color #CC3A71: hue angle of 337.4º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3A71 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 58 113 -
CMYK 0 0.72 0.45 0.2
HSL 337.4º 0.59% 0.51% -
HSV(B) 337.4º 0.72% 0.8% -
XYZ 29.4 17.06 17.37 -
YUV 107.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 204 58 113 0 0.72 0.45 0.2 337.4 0.59 0.51
Hex CC 3A 71 0 48 2D 14 151 3B 33
Octal 314 72 161 0 110 55 24 521 73 63
Binary 11001100 111010 1110001 0 1001000 101101 10100 101010001 111011 110011

Color Harmonies of #CC3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A71

Black with #CC3A71

Text Example


Text Example

White with #CC3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A71; }

 p { color: rgb(204,58,113); }

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

background-color css

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

 a { background-color: rgb(204,58,113); }

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

border-color css

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

 span { border-color: rgb(204,58,113); }

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