Html Css Color HEX #CA2562 Cerise

📋 copy color: '#CA2562'

red 202 ◦ green 37 ◦ blue 98

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

Shades of Cerise #CA2562

Tints of Cerise #CA2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 59.94%
G = 10.98%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA2562 (or 0xCA2562) is known color: Cerise. HEX triplet: CA, 25 and 62. RGB value is (202,37,98). Sum of RGB (Red+Green+Blue) = 202+37+98=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2562 is #35DA9D. Grayscale: #5D5D5D. Windows color (decimal): -3529374 or 6432202. OLE color: 6432202.

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

Color convert

RGB 202 37 98 -
CMYK 0 0.82 0.51 0.21
HSL 337.82º 0.69% 0.47% -
HSV(B) 337.82º 0.82% 0.79% -
XYZ 27.22 14.76 12.97 -
YUV 93.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 202 37 98 0 0.82 0.51 0.21 337.82 0.69 0.47
Hex CA 25 62 0 52 33 15 152 45 2F
Octal 312 45 142 0 122 63 25 522 105 57
Binary 11001010 100101 1100010 0 1010010 110011 10101 101010010 1000101 101111

Color Harmonies of #CA2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2562

Black with #CA2562

Text Example


Text Example

White with #CA2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2562; }

 p { color: rgb(202,37,98); }

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

background-color css

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

 a { background-color: rgb(202,37,98); }

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

border-color css

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

 span { border-color: rgb(202,37,98); }

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