Html Css Color HEX #C52168 Cerise

📋 copy color: '#C52168'

red 197 ◦ green 33 ◦ blue 104

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

Shades of Cerise #C52168

Tints of Cerise #C52168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 58.98%
G = 9.88%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C52168 (or 0xC52168) is known color: Cerise. HEX triplet: C5, 21 and 68. RGB value is (197,33,104). Sum of RGB (Red+Green+Blue) = 197+33+104=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C52168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52168 is #3ADE97. Grayscale: #5A5A5A. Windows color (decimal): -3858072 or 6824389. OLE color: 6824389.

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

Color convert

RGB 197 33 104 -
CMYK 0 0.83 0.47 0.23
HSL 334.02º 0.71% 0.45% -
HSV(B) 334.02º 0.83% 0.77% -
XYZ 26.07 13.96 14.42 -
YUV 90.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 197 33 104 0 0.83 0.47 0.23 334.02 0.71 0.45
Hex C5 21 68 0 53 2F 17 14E 47 2D
Octal 305 41 150 0 123 57 27 516 107 55
Binary 11000101 100001 1101000 0 1010011 101111 10111 101001110 1000111 101101

Color Harmonies of #C52168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52168

Black with #C52168

Text Example


Text Example

White with #C52168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52168; }

 p { color: rgb(197,33,104); }

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

background-color css

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

 a { background-color: rgb(197,33,104); }

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

border-color css

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

 span { border-color: rgb(197,33,104); }

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