Html Css Color HEX #CA297A Deep Cerise

📋 copy color: '#CA297A'

red 202 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #CA297A

Tints of Deep Cerise #CA297A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

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

R = 55.34%
G = 11.23%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA297A (or 0xCA297A) is known color: Deep Cerise. HEX triplet: CA, 29 and 7A. RGB value is (202,41,122). Sum of RGB (Red+Green+Blue) = 202+41+122=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA297A is #35D685. Grayscale: #626262. Windows color (decimal): -3528326 or 8006090. OLE color: 8006090.

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

Color convert

RGB 202 41 122 -
CMYK 0 0.80 0.40 0.21
HSL 329.81º 0.66% 0.48% -
HSV(B) 329.81º 0.8% 0.79% -
XYZ 28.66 15.55 19.9 -
YUV 98.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 202 41 122 0 0.80 0.40 0.21 329.81 0.66 0.48
Hex CA 29 7A 0 50 28 15 14A 42 30
Octal 312 51 172 0 120 50 25 512 102 60
Binary 11001010 101001 1111010 0 1010000 101000 10101 101001010 1000010 110000

Color Harmonies of #CA297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA297A

Black with #CA297A

Text Example


Text Example

White with #CA297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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