Html Css Color HEX #CA117F Medium Violet Red

📋 copy color: '#CA117F'

red 202 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #CA117F

Tints of Medium Violet Red #CA117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.71%

R = 58.38%
G = 4.91%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA117F (or 0xCA117F) is known color: Medium Violet Red. HEX triplet: CA, 11 and 7F. RGB value is (202,17,127). Sum of RGB (Red+Green+Blue) = 202+17+127=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA117F is #35EE80. Grayscale: #545454. Windows color (decimal): -3534465 or 8327626. OLE color: 8327626.

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

Color convert

RGB 202 17 127 -
CMYK 0 0.92 0.37 0.21
HSL 324.32º 0.84% 0.43% -
HSV(B) 324.32º 0.92% 0.79% -
XYZ 28.39 14.49 21.38 -
YUV 84.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 202 17 127 0 0.92 0.37 0.21 324.32 0.84 0.43
Hex CA 11 7F 0 5C 25 15 144 54 2B
Octal 312 21 177 0 134 45 25 504 124 53
Binary 11001010 10001 1111111 0 1011100 100101 10101 101000100 1010100 101011

Color Harmonies of #CA117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA117F

Black with #CA117F

Text Example


Text Example

White with #CA117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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