Html Css Color HEX #CA0594 Medium Violet Red

📋 copy color: '#CA0594'

red 202 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #CA0594

Tints of Medium Violet Red #CA0594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 56.9%
G = 1.41%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA0594 (or 0xCA0594) is known color: Medium Violet Red. HEX triplet: CA, 05 and 94. RGB value is (202,5,148). Sum of RGB (Red+Green+Blue) = 202+5+148=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0594 is #35FA6B. Grayscale: #4F4F4F. Windows color (decimal): -3537516 or 9700810. OLE color: 9700810.

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

Color convert

RGB 202 5 148 -
CMYK 0 0.98 0.27 0.21
HSL 316.45º 0.95% 0.41% -
HSV(B) 316.45º 0.98% 0.79% -
XYZ 29.76 14.8 29.31 -
YUV 80.21 166.27 214.87 -
System Red Green Blue C M Y K H S L
Decimal 202 5 148 0 0.98 0.27 0.21 316.45 0.95 0.41
Hex CA 5 94 0 62 1B 15 13C 5F 29
Octal 312 5 224 0 142 33 25 474 137 51
Binary 11001010 101 10010100 0 1100010 11011 10101 100111100 1011111 101001

Color Harmonies of #CA0594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0594

Black with #CA0594

Text Example


Text Example

White with #CA0594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0594; }

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

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

background-color css

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

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

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

border-color css

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

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

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