Html Css Color HEX #CA1982 Medium Violet Red

📋 copy color: '#CA1982'

red 202 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #CA1982

Tints of Medium Violet Red #CA1982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 56.58%
G = 7%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA1982 (or 0xCA1982) is known color: Medium Violet Red. HEX triplet: CA, 19 and 82. RGB value is (202,25,130). Sum of RGB (Red+Green+Blue) = 202+25+130=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1982 is #35E67D. Grayscale: #595959. Windows color (decimal): -3532414 or 8526282. OLE color: 8526282.

HSL color Cylindrical-coordinate representation of color #CA1982: hue angle of 324.41º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1982 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 130 -
CMYK 0 0.88 0.36 0.21
HSL 324.41º 0.78% 0.45% -
HSV(B) 324.41º 0.88% 0.79% -
XYZ 28.73 14.86 22.47 -
YUV 89.89 150.64 207.96 -
System Red Green Blue C M Y K H S L
Decimal 202 25 130 0 0.88 0.36 0.21 324.41 0.78 0.45
Hex CA 19 82 0 58 24 15 144 4E 2D
Octal 312 31 202 0 130 44 25 504 116 55
Binary 11001010 11001 10000010 0 1011000 100100 10101 101000100 1001110 101101

Color Harmonies of #CA1982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1982

Black with #CA1982

Text Example


Text Example

White with #CA1982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1982; }

 p { color: rgb(202,25,130); }

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

background-color css

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

 a { background-color: rgb(202,25,130); }

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

border-color css

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

 span { border-color: rgb(202,25,130); }

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