Html Css Color HEX #CA319D Medium Red Violet

📋 copy color: '#CA319D'

red 202 ◦ green 49 ◦ blue 157

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

Shades of Medium Red Violet #CA319D

Tints of Medium Red Violet #CA319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.01%

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 49.51%
G = 12.01%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA319D (or 0xCA319D) is known color: Medium Red Violet. HEX triplet: CA, 31 and 9D. RGB value is (202,49,157). Sum of RGB (Red+Green+Blue) = 202+49+157=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA319D is #35CE62. Grayscale: #6A6A6A. Windows color (decimal): -3526243 or 10301898. OLE color: 10301898.

HSL color Cylindrical-coordinate representation of color #CA319D: hue angle of 317.65º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA319D is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 49 157 -
CMYK 0 0.76 0.22 0.21
HSL 317.65º 0.61% 0.49% -
HSV(B) 317.65º 0.76% 0.79% -
XYZ 31.54 17.19 33.55 -
YUV 107.06 156.19 195.72 -
System Red Green Blue C M Y K H S L
Decimal 202 49 157 0 0.76 0.22 0.21 317.65 0.61 0.49
Hex CA 31 9D 0 4C 16 15 13E 3D 31
Octal 312 61 235 0 114 26 25 476 75 61
Binary 11001010 110001 10011101 0 1001100 10110 10101 100111110 111101 110001

Color Harmonies of #CA319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA319D

Black with #CA319D

Text Example


Text Example

White with #CA319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA319D; }

 p { color: rgb(202,49,157); }

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

background-color css

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

 a { background-color: rgb(202,49,157); }

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

border-color css

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

 span { border-color: rgb(202,49,157); }

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