Html Css Color HEX #CA0584 Medium Violet Red

📋 copy color: '#CA0584'

red 202 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #CA0584

Tints of Medium Violet Red #CA0584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 59.59%
G = 1.47%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA0584 (or 0xCA0584) is known color: Medium Violet Red. HEX triplet: CA, 05 and 84. RGB value is (202,5,132). Sum of RGB (Red+Green+Blue) = 202+5+132=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0584 is #35FA7B. Grayscale: #4E4E4E. Windows color (decimal): -3537532 or 8652234. OLE color: 8652234.

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

Color convert

RGB 202 5 132 -
CMYK 0 0.98 0.35 0.21
HSL 321.32º 0.95% 0.41% -
HSV(B) 321.32º 0.98% 0.79% -
XYZ 28.58 14.33 23.09 -
YUV 78.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 202 5 132 0 0.98 0.35 0.21 321.32 0.95 0.41
Hex CA 5 84 0 62 23 15 141 5F 29
Octal 312 5 204 0 142 43 25 501 137 51
Binary 11001010 101 10000100 0 1100010 100011 10101 101000001 1011111 101001

Color Harmonies of #CA0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0584

Black with #CA0584

Text Example


Text Example

White with #CA0584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0584; }

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

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

background-color css

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

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

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

border-color css

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

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

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