Html Css Color HEX #CA1080 Medium Violet Red

📋 copy color: '#CA1080'

red 202 ◦ green 16 ◦ blue 128

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

Shades of Medium Violet Red #CA1080

Tints of Medium Violet Red #CA1080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

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

R = 58.38%
G = 4.62%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA1080 (or 0xCA1080) is known color: Medium Violet Red. HEX triplet: CA, 10 and 80. RGB value is (202,16,128). Sum of RGB (Red+Green+Blue) = 202+16+128=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1080 is #35EF7F. Grayscale: #545454. Windows color (decimal): -3534720 or 8392906. OLE color: 8392906.

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

Color convert

RGB 202 16 128 -
CMYK 0 0.92 0.37 0.21
HSL 323.87º 0.85% 0.43% -
HSV(B) 323.87º 0.92% 0.79% -
XYZ 28.44 14.49 21.72 -
YUV 84.38 152.62 211.89 -
System Red Green Blue C M Y K H S L
Decimal 202 16 128 0 0.92 0.37 0.21 323.87 0.85 0.43
Hex CA 10 80 0 5C 25 15 144 55 2B
Octal 312 20 200 0 134 45 25 504 125 53
Binary 11001010 10000 10000000 0 1011100 100101 10101 101000100 1010101 101011

Color Harmonies of #CA1080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1080

Black with #CA1080

Text Example


Text Example

White with #CA1080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1080; }

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

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

background-color css

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

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

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

border-color css

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

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

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