Html Css Color HEX #CA1F80 Medium Violet Red

📋 copy color: '#CA1F80'

red 202 ◦ green 31 ◦ blue 128

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

Shades of Medium Violet Red #CA1F80

Tints of Medium Violet Red #CA1F80

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.59%

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 55.96%
G = 8.59%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA1F80 (or 0xCA1F80) is known color: Medium Violet Red. HEX triplet: CA, 1F and 80. RGB value is (202,31,128). Sum of RGB (Red+Green+Blue) = 202+31+128=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1F80 is #35E07F. Grayscale: #5C5C5C. Windows color (decimal): -3530880 or 8396746. OLE color: 8396746.

HSL color Cylindrical-coordinate representation of color #CA1F80: hue angle of 325.96º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F80 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 31 128 -
CMYK 0 0.85 0.37 0.21
HSL 325.96º 0.73% 0.46% -
HSV(B) 325.96º 0.85% 0.79% -
XYZ 28.74 15.1 21.82 -
YUV 93.19 147.65 205.61 -
System Red Green Blue C M Y K H S L
Decimal 202 31 128 0 0.85 0.37 0.21 325.96 0.73 0.46
Hex CA 1F 80 0 55 25 15 146 49 2E
Octal 312 37 200 0 125 45 25 506 111 56
Binary 11001010 11111 10000000 0 1010101 100101 10101 101000110 1001001 101110

Color Harmonies of #CA1F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F80

Black with #CA1F80

Text Example


Text Example

White with #CA1F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F80; }

 p { color: rgb(202,31,128); }

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

background-color css

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

 a { background-color: rgb(202,31,128); }

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

border-color css

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

 span { border-color: rgb(202,31,128); }

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