Html Css Color HEX #CA2C63 Cerise

📋 copy color: '#CA2C63'

red 202 ◦ green 44 ◦ blue 99

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

Shades of Cerise #CA2C63

Tints of Cerise #CA2C63

RGB

 RED value IS 202 (79.3% from 255) = 58.55%

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

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

R = 58.55%
G = 12.75%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA2C63 (or 0xCA2C63) is known color: Cerise. HEX triplet: CA, 2C and 63. RGB value is (202,44,99). Sum of RGB (Red+Green+Blue) = 202+44+99=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C63 is #35D39C. Grayscale: #616161. Windows color (decimal): -3527581 or 6499530. OLE color: 6499530.

HSL color Cylindrical-coordinate representation of color #CA2C63: hue angle of 339.11º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2C63 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 44 99 -
CMYK 0 0.78 0.51 0.21
HSL 339.11º 0.64% 0.48% -
HSV(B) 339.11º 0.78% 0.79% -
XYZ 27.51 15.26 13.3 -
YUV 97.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 202 44 99 0 0.78 0.51 0.21 339.11 0.64 0.48
Hex CA 2C 63 0 4E 33 15 153 40 30
Octal 312 54 143 0 116 63 25 523 100 60
Binary 11001010 101100 1100011 0 1001110 110011 10101 101010011 1000000 110000

Color Harmonies of #CA2C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C63

Black with #CA2C63

Text Example


Text Example

White with #CA2C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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