Html Css Color HEX #CA2398 Medium Violet Red

📋 copy color: '#CA2398'

red 202 ◦ green 35 ◦ blue 152

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

Shades of Medium Violet Red #CA2398

Tints of Medium Violet Red #CA2398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9%

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

R = 51.93%
G = 9%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA2398 (or 0xCA2398) is known color: Medium Violet Red. HEX triplet: CA, 23 and 98. RGB value is (202,35,152). Sum of RGB (Red+Green+Blue) = 202+35+152=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2398 is #35DC67. Grayscale: #616161. Windows color (decimal): -3529832 or 9970634. OLE color: 9970634.

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

Color convert

RGB 202 35 152 -
CMYK 0 0.83 0.25 0.21
HSL 317.96º 0.7% 0.46% -
HSV(B) 317.96º 0.83% 0.79% -
XYZ 30.63 16.03 31.18 -
YUV 98.27 158.33 201.99 -
System Red Green Blue C M Y K H S L
Decimal 202 35 152 0 0.83 0.25 0.21 317.96 0.7 0.46
Hex CA 23 98 0 53 19 15 13E 46 2E
Octal 312 43 230 0 123 31 25 476 106 56
Binary 11001010 100011 10011000 0 1010011 11001 10101 100111110 1000110 101110

Color Harmonies of #CA2398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2398

Black with #CA2398

Text Example


Text Example

White with #CA2398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2398; }

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

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

background-color css

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

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

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

border-color css

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

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

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