Html Css Color HEX #CA1785 Medium Violet Red

📋 copy color: '#CA1785'

red 202 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #CA1785

Tints of Medium Violet Red #CA1785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.42%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 56.42%
G = 6.42%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA1785 (or 0xCA1785) is known color: Medium Violet Red. HEX triplet: CA, 17 and 85. RGB value is (202,23,133). Sum of RGB (Red+Green+Blue) = 202+23+133=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1785 is #35E87A. Grayscale: #585858. Windows color (decimal): -3532923 or 8722378. OLE color: 8722378.

HSL color Cylindrical-coordinate representation of color #CA1785: hue angle of 323.13º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1785 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 23 133 -
CMYK 0 0.89 0.34 0.21
HSL 323.13º 0.8% 0.44% -
HSV(B) 323.13º 0.89% 0.79% -
XYZ 28.9 14.86 23.54 -
YUV 89.06 152.8 208.56 -
System Red Green Blue C M Y K H S L
Decimal 202 23 133 0 0.89 0.34 0.21 323.13 0.8 0.44
Hex CA 17 85 0 59 22 15 143 50 2C
Octal 312 27 205 0 131 42 25 503 120 54
Binary 11001010 10111 10000101 0 1011001 100010 10101 101000011 1010000 101100

Color Harmonies of #CA1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1785

Black with #CA1785

Text Example


Text Example

White with #CA1785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1785; }

 p { color: rgb(202,23,133); }

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

background-color css

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

 a { background-color: rgb(202,23,133); }

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

border-color css

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

 span { border-color: rgb(202,23,133); }

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