Html Css Color HEX #CA0592 Medium Violet Red

📋 copy color: '#CA0592'

red 202 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #CA0592

Tints of Medium Violet Red #CA0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 57.22%
G = 1.42%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA0592 (or 0xCA0592) is known color: Medium Violet Red. HEX triplet: CA, 05 and 92. RGB value is (202,5,146). Sum of RGB (Red+Green+Blue) = 202+5+146=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0592 is #35FA6D. Grayscale: #4F4F4F. Windows color (decimal): -3537518 or 9569738. OLE color: 9569738.

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

Color convert

RGB 202 5 146 -
CMYK 0 0.98 0.28 0.21
HSL 317.06º 0.95% 0.41% -
HSV(B) 317.06º 0.98% 0.79% -
XYZ 29.6 14.74 28.48 -
YUV 79.98 165.27 215.04 -
System Red Green Blue C M Y K H S L
Decimal 202 5 146 0 0.98 0.28 0.21 317.06 0.95 0.41
Hex CA 5 92 0 62 1C 15 13D 5F 29
Octal 312 5 222 0 142 34 25 475 137 51
Binary 11001010 101 10010010 0 1100010 11100 10101 100111101 1011111 101001

Color Harmonies of #CA0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0592

Black with #CA0592

Text Example


Text Example

White with #CA0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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