Html Css Color HEX #CA1480 Medium Violet Red

📋 copy color: '#CA1480'

red 202 ◦ green 20 ◦ blue 128

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

Shades of Medium Violet Red #CA1480

Tints of Medium Violet Red #CA1480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.71%

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

R = 57.71%
G = 5.71%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA1480 (or 0xCA1480) is known color: Medium Violet Red. HEX triplet: CA, 14 and 80. RGB value is (202,20,128). Sum of RGB (Red+Green+Blue) = 202+20+128=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1480 is #35EB7F. Grayscale: #565656. Windows color (decimal): -3533696 or 8393930. OLE color: 8393930.

HSL color Cylindrical-coordinate representation of color #CA1480: hue angle of 324.4º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1480 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 128 -
CMYK 0 0.90 0.37 0.21
HSL 324.4º 0.82% 0.44% -
HSV(B) 324.4º 0.9% 0.79% -
XYZ 28.5 14.62 21.74 -
YUV 86.73 151.3 210.22 -
System Red Green Blue C M Y K H S L
Decimal 202 20 128 0 0.90 0.37 0.21 324.4 0.82 0.44
Hex CA 14 80 0 5A 25 15 144 52 2C
Octal 312 24 200 0 132 45 25 504 122 54
Binary 11001010 10100 10000000 0 1011010 100101 10101 101000100 1010010 101100

Color Harmonies of #CA1480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1480

Black with #CA1480

Text Example


Text Example

White with #CA1480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1480; }

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

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

background-color css

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

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

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

border-color css

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

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

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