Html Css Color HEX #CA2083 Medium Violet Red

📋 copy color: '#CA2083'

red 202 ◦ green 32 ◦ blue 131

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

Shades of Medium Violet Red #CA2083

Tints of Medium Violet Red #CA2083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 55.34%
G = 8.77%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA2083 (or 0xCA2083) is known color: Medium Violet Red. HEX triplet: CA, 20 and 83. RGB value is (202,32,131). Sum of RGB (Red+Green+Blue) = 202+32+131=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2083 is #35DF7C. Grayscale: #5D5D5D. Windows color (decimal): -3530621 or 8593610. OLE color: 8593610.

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

Color convert

RGB 202 32 131 -
CMYK 0 0.84 0.35 0.21
HSL 325.06º 0.73% 0.46% -
HSV(B) 325.06º 0.84% 0.79% -
XYZ 28.97 15.23 22.89 -
YUV 94.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 202 32 131 0 0.84 0.35 0.21 325.06 0.73 0.46
Hex CA 20 83 0 54 23 15 145 49 2E
Octal 312 40 203 0 124 43 25 505 111 56
Binary 11001010 100000 10000011 0 1010100 100011 10101 101000101 1001001 101110

Color Harmonies of #CA2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2083

Black with #CA2083

Text Example


Text Example

White with #CA2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2083; }

 p { color: rgb(202,32,131); }

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

background-color css

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

 a { background-color: rgb(202,32,131); }

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

border-color css

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

 span { border-color: rgb(202,32,131); }

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