Html Css Color HEX #CA397B Deep Cerise

📋 copy color: '#CA397B'

red 202 ◦ green 57 ◦ blue 123

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

Shades of Deep Cerise #CA397B

Tints of Deep Cerise #CA397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 52.88%
G = 14.92%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA397B (or 0xCA397B) is known color: Deep Cerise. HEX triplet: CA, 39 and 7B. RGB value is (202,57,123). Sum of RGB (Red+Green+Blue) = 202+57+123=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA397B is #35C684. Grayscale: #6B6B6B. Windows color (decimal): -3524229 or 8075722. OLE color: 8075722.

HSL color Cylindrical-coordinate representation of color #CA397B: hue angle of 332.69º 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 #CA397B is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 57 123 -
CMYK 0 0.72 0.39 0.21
HSL 332.69º 0.58% 0.51% -
HSV(B) 332.69º 0.72% 0.79% -
XYZ 29.4 16.91 20.45 -
YUV 107.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 202 57 123 0 0.72 0.39 0.21 332.69 0.58 0.51
Hex CA 39 7B 0 48 27 15 14D 3A 33
Octal 312 71 173 0 110 47 25 515 72 63
Binary 11001010 111001 1111011 0 1001000 100111 10101 101001101 111010 110011

Color Harmonies of #CA397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA397B

Black with #CA397B

Text Example


Text Example

White with #CA397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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