Html Css Color HEX #CA2B7A Deep Cerise

📋 copy color: '#CA2B7A'

red 202 ◦ green 43 ◦ blue 122

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

Shades of Deep Cerise #CA2B7A

Tints of Deep Cerise #CA2B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.72%

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 55.04%
G = 11.72%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA2B7A (or 0xCA2B7A) is known color: Deep Cerise. HEX triplet: CA, 2B and 7A. RGB value is (202,43,122). Sum of RGB (Red+Green+Blue) = 202+43+122=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2B7A is #35D485. Grayscale: #636363. Windows color (decimal): -3527814 or 8006602. OLE color: 8006602.

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

Color convert

RGB 202 43 122 -
CMYK 0 0.79 0.40 0.21
HSL 330.19º 0.65% 0.48% -
HSV(B) 330.19º 0.79% 0.79% -
XYZ 28.73 15.69 19.93 -
YUV 99.55 140.68 201.08 -
System Red Green Blue C M Y K H S L
Decimal 202 43 122 0 0.79 0.40 0.21 330.19 0.65 0.48
Hex CA 2B 7A 0 4F 28 15 14A 41 30
Octal 312 53 172 0 117 50 25 512 101 60
Binary 11001010 101011 1111010 0 1001111 101000 10101 101001010 1000001 110000

Color Harmonies of #CA2B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B7A

Black with #CA2B7A

Text Example


Text Example

White with #CA2B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B7A; }

 p { color: rgb(202,43,122); }

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

background-color css

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

 a { background-color: rgb(202,43,122); }

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

border-color css

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

 span { border-color: rgb(202,43,122); }

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