Html Css Color HEX #CA1397 Medium Violet Red

📋 copy color: '#CA1397'

red 202 ◦ green 19 ◦ blue 151

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

Shades of Medium Violet Red #CA1397

Tints of Medium Violet Red #CA1397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.11%

 BLUE value IS 151 (59.38% from 255) = 40.59%

R = 54.3%
G = 5.11%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA1397 (or 0xCA1397) is known color: Medium Violet Red. HEX triplet: CA, 13 and 97. RGB value is (202,19,151). Sum of RGB (Red+Green+Blue) = 202+19+151=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1397 is #35EC68. Grayscale: #585858. Windows color (decimal): -3533929 or 9901002. OLE color: 9901002.

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

Color convert

RGB 202 19 151 -
CMYK 0 0.91 0.25 0.21
HSL 316.72º 0.83% 0.43% -
HSV(B) 316.72º 0.91% 0.79% -
XYZ 30.18 15.26 30.63 -
YUV 88.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 202 19 151 0 0.91 0.25 0.21 316.72 0.83 0.43
Hex CA 13 97 0 5B 19 15 13D 53 2B
Octal 312 23 227 0 133 31 25 475 123 53
Binary 11001010 10011 10010111 0 1011011 11001 10101 100111101 1010011 101011

Color Harmonies of #CA1397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1397

Black with #CA1397

Text Example


Text Example

White with #CA1397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1397; }

 p { color: rgb(202,19,151); }

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

background-color css

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

 a { background-color: rgb(202,19,151); }

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

border-color css

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

 span { border-color: rgb(202,19,151); }

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