Html Css Color HEX #CA137D Medium Violet Red

📋 copy color: '#CA137D'

red 202 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #CA137D

Tints of Medium Violet Red #CA137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 58.38%
G = 5.49%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA137D (or 0xCA137D) is known color: Medium Violet Red. HEX triplet: CA, 13 and 7D. RGB value is (202,19,125). Sum of RGB (Red+Green+Blue) = 202+19+125=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA137D is #35EC82. Grayscale: #555555. Windows color (decimal): -3533955 or 8197066. OLE color: 8197066.

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

Color convert

RGB 202 19 125 -
CMYK 0 0.91 0.38 0.21
HSL 325.25º 0.83% 0.43% -
HSV(B) 325.25º 0.91% 0.79% -
XYZ 28.29 14.5 20.71 -
YUV 85.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 202 19 125 0 0.91 0.38 0.21 325.25 0.83 0.43
Hex CA 13 7D 0 5B 26 15 145 53 2B
Octal 312 23 175 0 133 46 25 505 123 53
Binary 11001010 10011 1111101 0 1011011 100110 10101 101000101 1010011 101011

Color Harmonies of #CA137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA137D

Black with #CA137D

Text Example


Text Example

White with #CA137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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