Html Css Color HEX #CA1398 Medium Violet Red

📋 copy color: '#CA1398'

red 202 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #CA1398

Tints of Medium Violet Red #CA1398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.75%

R = 54.16%
G = 5.09%
B = 40.75%

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

#CA1398 (or 0xCA1398) is known color: Medium Violet Red. HEX triplet: CA, 13 and 98. RGB value is (202,19,152). Sum of RGB (Red+Green+Blue) = 202+19+152=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1398 is #35EC67. Grayscale: #585858. Windows color (decimal): -3533928 or 9966538. OLE color: 9966538.

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

Color convert

RGB 202 19 152 -
CMYK 0 0.91 0.25 0.21
HSL 316.39º 0.83% 0.43% -
HSV(B) 316.39º 0.91% 0.79% -
XYZ 30.26 15.29 31.06 -
YUV 88.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 202 19 152 0 0.91 0.25 0.21 316.39 0.83 0.43
Hex CA 13 98 0 5B 19 15 13C 53 2B
Octal 312 23 230 0 133 31 25 474 123 53
Binary 11001010 10011 10011000 0 1011011 11001 10101 100111100 1010011 101011

Color Harmonies of #CA1398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1398

Black with #CA1398

Text Example


Text Example

White with #CA1398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1398; }

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

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

background-color css

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

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

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

border-color css

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

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

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