Html Css Color HEX #CA117C Medium Violet Red

📋 copy color: '#CA117C'

red 202 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #CA117C

Tints of Medium Violet Red #CA117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

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

R = 58.89%
G = 4.96%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA117C (or 0xCA117C) is known color: Medium Violet Red. HEX triplet: CA, 11 and 7C. RGB value is (202,17,124). Sum of RGB (Red+Green+Blue) = 202+17+124=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA117C is #35EE83. Grayscale: #545454. Windows color (decimal): -3534468 or 8131018. OLE color: 8131018.

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

Color convert

RGB 202 17 124 -
CMYK 0 0.92 0.39 0.21
HSL 325.3º 0.84% 0.43% -
HSV(B) 325.3º 0.92% 0.79% -
XYZ 28.2 14.41 20.36 -
YUV 84.51 150.29 211.8 -
System Red Green Blue C M Y K H S L
Decimal 202 17 124 0 0.92 0.39 0.21 325.3 0.84 0.43
Hex CA 11 7C 0 5C 27 15 145 54 2B
Octal 312 21 174 0 134 47 25 505 124 53
Binary 11001010 10001 1111100 0 1011100 100111 10101 101000101 1010100 101011

Color Harmonies of #CA117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA117C

Black with #CA117C

Text Example


Text Example

White with #CA117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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