Html Css Color HEX #CA1383 Medium Violet Red

📋 copy color: '#CA1383'

red 202 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #CA1383

Tints of Medium Violet Red #CA1383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.4%

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

R = 57.39%
G = 5.4%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA1383 (or 0xCA1383) is known color: Medium Violet Red. HEX triplet: CA, 13 and 83. RGB value is (202,19,131). Sum of RGB (Red+Green+Blue) = 202+19+131=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1383 is #35EC7C. Grayscale: #565656. Windows color (decimal): -3533949 or 8590282. OLE color: 8590282.

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

Color convert

RGB 202 19 131 -
CMYK 0 0.91 0.35 0.21
HSL 323.28º 0.83% 0.43% -
HSV(B) 323.28º 0.91% 0.79% -
XYZ 28.69 14.66 22.79 -
YUV 86.49 153.13 210.39 -
System Red Green Blue C M Y K H S L
Decimal 202 19 131 0 0.91 0.35 0.21 323.28 0.83 0.43
Hex CA 13 83 0 5B 23 15 143 53 2B
Octal 312 23 203 0 133 43 25 503 123 53
Binary 11001010 10011 10000011 0 1011011 100011 10101 101000011 1010011 101011

Color Harmonies of #CA1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1383

Black with #CA1383

Text Example


Text Example

White with #CA1383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1383; }

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

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

background-color css

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

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

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

border-color css

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

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

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