Html Css Color HEX #CA1483 Medium Violet Red

📋 copy color: '#CA1483'

red 202 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #CA1483

Tints of Medium Violet Red #CA1483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

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

R = 57.22%
G = 5.67%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA1483 (or 0xCA1483) is known color: Medium Violet Red. HEX triplet: CA, 14 and 83. RGB value is (202,20,131). Sum of RGB (Red+Green+Blue) = 202+20+131=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1483 is #35EB7C. Grayscale: #565656. Windows color (decimal): -3533693 or 8590538. OLE color: 8590538.

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

Color convert

RGB 202 20 131 -
CMYK 0 0.90 0.35 0.21
HSL 323.41º 0.82% 0.44% -
HSV(B) 323.41º 0.9% 0.79% -
XYZ 28.7 14.7 22.8 -
YUV 87.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 202 20 131 0 0.90 0.35 0.21 323.41 0.82 0.44
Hex CA 14 83 0 5A 23 15 143 52 2C
Octal 312 24 203 0 132 43 25 503 122 54
Binary 11001010 10100 10000011 0 1011010 100011 10101 101000011 1010010 101100

Color Harmonies of #CA1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1483

Black with #CA1483

Text Example


Text Example

White with #CA1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1483; }

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

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

background-color css

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

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

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

border-color css

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

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

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