Html Css Color HEX #CA0598 Medium Violet Red

📋 copy color: '#CA0598'

red 202 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #CA0598

Tints of Medium Violet Red #CA0598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 56.27%
G = 1.39%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA0598 (or 0xCA0598) is known color: Medium Violet Red. HEX triplet: CA, 05 and 98. RGB value is (202,5,152). Sum of RGB (Red+Green+Blue) = 202+5+152=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0598 is #35FA67. Grayscale: #505050. Windows color (decimal): -3537512 or 9962954. OLE color: 9962954.

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

Color convert

RGB 202 5 152 -
CMYK 0 0.98 0.25 0.21
HSL 315.23º 0.95% 0.41% -
HSV(B) 315.23º 0.98% 0.79% -
XYZ 30.08 14.93 31 -
YUV 80.66 168.27 214.55 -
System Red Green Blue C M Y K H S L
Decimal 202 5 152 0 0.98 0.25 0.21 315.23 0.95 0.41
Hex CA 5 98 0 62 19 15 13B 5F 29
Octal 312 5 230 0 142 31 25 473 137 51
Binary 11001010 101 10011000 0 1100010 11001 10101 100111011 1011111 101001

Color Harmonies of #CA0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0598

Black with #CA0598

Text Example


Text Example

White with #CA0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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