Html Css Color HEX #CA137C Medium Violet Red

📋 copy color: '#CA137C'

red 202 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #CA137C

Tints of Medium Violet Red #CA137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.94%

R = 58.55%
G = 5.51%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA137C (or 0xCA137C) is known color: Medium Violet Red. HEX triplet: CA, 13 and 7C. RGB value is (202,19,124). Sum of RGB (Red+Green+Blue) = 202+19+124=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA137C is #35EC83. Grayscale: #555555. Windows color (decimal): -3533956 or 8131530. OLE color: 8131530.

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

Color convert

RGB 202 19 124 -
CMYK 0 0.91 0.39 0.21
HSL 325.57º 0.83% 0.43% -
HSV(B) 325.57º 0.91% 0.79% -
XYZ 28.23 14.48 20.38 -
YUV 85.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 202 19 124 0 0.91 0.39 0.21 325.57 0.83 0.43
Hex CA 13 7C 0 5B 27 15 146 53 2B
Octal 312 23 174 0 133 47 25 506 123 53
Binary 11001010 10011 1111100 0 1011011 100111 10101 101000110 1010011 101011

Color Harmonies of #CA137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA137C

Black with #CA137C

Text Example


Text Example

White with #CA137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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