Html Css Color HEX #CA1983 Medium Violet Red

📋 copy color: '#CA1983'

red 202 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #CA1983

Tints of Medium Violet Red #CA1983

RGB

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

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

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

R = 56.42%
G = 6.98%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA1983 (or 0xCA1983) is known color: Medium Violet Red. HEX triplet: CA, 19 and 83. RGB value is (202,25,131). Sum of RGB (Red+Green+Blue) = 202+25+131=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1983 is #35E67C. Grayscale: #595959. Windows color (decimal): -3532413 or 8591818. OLE color: 8591818.

HSL color Cylindrical-coordinate representation of color #CA1983: hue angle of 324.07º 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 #CA1983 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 131 -
CMYK 0 0.88 0.35 0.21
HSL 324.07º 0.78% 0.45% -
HSV(B) 324.07º 0.88% 0.79% -
XYZ 28.8 14.89 22.83 -
YUV 90.01 151.14 207.88 -
System Red Green Blue C M Y K H S L
Decimal 202 25 131 0 0.88 0.35 0.21 324.07 0.78 0.45
Hex CA 19 83 0 58 23 15 144 4E 2D
Octal 312 31 203 0 130 43 25 504 116 55
Binary 11001010 11001 10000011 0 1011000 100011 10101 101000100 1001110 101101

Color Harmonies of #CA1983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1983

Black with #CA1983

Text Example


Text Example

White with #CA1983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1983; }

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

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

background-color css

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

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

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

border-color css

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

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

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