Html Css Color HEX #CA0083 Medium Violet Red

📋 copy color: '#CA0083'

red 202 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #CA0083

Tints of Medium Violet Red #CA0083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.66%
G = 0%
B = 39.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA0083 (or 0xCA0083) is known color: Medium Violet Red. HEX triplet: CA, 00 and 83. RGB value is (202,0,131). Sum of RGB (Red+Green+Blue) = 202+0+131=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0083 is #35FF7C. Grayscale: #4B4B4B. Windows color (decimal): -3538813 or 8585418. OLE color: 8585418.

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

Color convert

RGB 202 0 131 -
CMYK 0 1 0.35 0.21
HSL 321.09º 1% 0.4% -
HSV(B) 321.09º 1% 0.79% -
XYZ 28.45 14.2 22.71 -
YUV 75.33 159.42 218.35 -
System Red Green Blue C M Y K H S L
Decimal 202 0 131 0 1 0.35 0.21 321.09 1 0.4
Hex CA 0 83 0 64 23 15 141 64 28
Octal 312 0 203 0 144 43 25 501 144 50
Binary 11001010 0 10000011 0 1100100 100011 10101 101000001 1100100 101000

Color Harmonies of #CA0083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0083

Black with #CA0083

Text Example


Text Example

White with #CA0083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0083; }

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

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

background-color css

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

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

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

border-color css

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

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

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