Html Css Color HEX #CA2363 Cerise

📋 copy color: '#CA2363'

red 202 ◦ green 35 ◦ blue 99

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

Shades of Cerise #CA2363

Tints of Cerise #CA2363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.42%

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

R = 60.12%
G = 10.42%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA2363 (or 0xCA2363) is known color: Cerise. HEX triplet: CA, 23 and 63. RGB value is (202,35,99). Sum of RGB (Red+Green+Blue) = 202+35+99=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2363 is #35DC9C. Grayscale: #5C5C5C. Windows color (decimal): -3529885 or 6497226. OLE color: 6497226.

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

Color convert

RGB 202 35 99 -
CMYK 0 0.83 0.51 0.21
HSL 337.01º 0.7% 0.46% -
HSV(B) 337.01º 0.83% 0.79% -
XYZ 27.21 14.66 13.2 -
YUV 92.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 202 35 99 0 0.83 0.51 0.21 337.01 0.7 0.46
Hex CA 23 63 0 53 33 15 151 46 2E
Octal 312 43 143 0 123 63 25 521 106 56
Binary 11001010 100011 1100011 0 1010011 110011 10101 101010001 1000110 101110

Color Harmonies of #CA2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2363

Black with #CA2363

Text Example


Text Example

White with #CA2363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2363; }

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

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

background-color css

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

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

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

border-color css

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

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

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