Html Css Color HEX #C52C63 Cerise

📋 copy color: '#C52C63'

red 197 ◦ green 44 ◦ blue 99

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

Shades of Cerise #C52C63

Tints of Cerise #C52C63

RGB

 RED value IS 197 (77.34% from 255) = 57.94%

 GREEN value IS 44 (17.58% from 255) = 12.94%

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 57.94%
G = 12.94%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C52C63 (or 0xC52C63) is known color: Cerise. HEX triplet: C5, 2C and 63. RGB value is (197,44,99). Sum of RGB (Red+Green+Blue) = 197+44+99=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C63 is #3AD39C. Grayscale: #5F5F5F. Windows color (decimal): -3855261 or 6499525. OLE color: 6499525.

HSL color Cylindrical-coordinate representation of color #C52C63: hue angle of 338.43º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C63 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 44 99 -
CMYK 0 0.78 0.50 0.23
HSL 338.43º 0.63% 0.47% -
HSV(B) 338.43º 0.78% 0.77% -
XYZ 26.18 14.57 13.24 -
YUV 96.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 197 44 99 0 0.78 0.50 0.23 338.43 0.63 0.47
Hex C5 2C 63 0 4E 32 17 152 3F 2F
Octal 305 54 143 0 116 62 27 522 77 57
Binary 11000101 101100 1100011 0 1001110 110010 10111 101010010 111111 101111

Color Harmonies of #C52C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52C63

Black with #C52C63

Text Example


Text Example

White with #C52C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52C63; }

 p { color: rgb(197,44,99); }

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

background-color css

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

 a { background-color: rgb(197,44,99); }

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

border-color css

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

 span { border-color: rgb(197,44,99); }

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