Html Css Color HEX #CA397A Deep Cerise

📋 copy color: '#CA397A'

red 202 ◦ green 57 ◦ blue 122

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

Shades of Deep Cerise #CA397A

Tints of Deep Cerise #CA397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

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

R = 53.02%
G = 14.96%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA397A (or 0xCA397A) is known color: Deep Cerise. HEX triplet: CA, 39 and 7A. RGB value is (202,57,122). Sum of RGB (Red+Green+Blue) = 202+57+122=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA397A is #35C685. Grayscale: #6B6B6B. Windows color (decimal): -3524230 or 8010186. OLE color: 8010186.

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

Color convert

RGB 202 57 122 -
CMYK 0 0.72 0.40 0.21
HSL 333.1º 0.58% 0.51% -
HSV(B) 333.1º 0.72% 0.79% -
XYZ 29.33 16.89 20.13 -
YUV 107.77 136.04 195.21 -
System Red Green Blue C M Y K H S L
Decimal 202 57 122 0 0.72 0.40 0.21 333.1 0.58 0.51
Hex CA 39 7A 0 48 28 15 14D 3A 33
Octal 312 71 172 0 110 50 25 515 72 63
Binary 11001010 111001 1111010 0 1001000 101000 10101 101001101 111010 110011

Color Harmonies of #CA397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA397A

Black with #CA397A

Text Example


Text Example

White with #CA397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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