Html Css Color HEX #CA127F Medium Violet Red

📋 copy color: '#CA127F'

red 202 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #CA127F

Tints of Medium Violet Red #CA127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.19%

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

R = 58.21%
G = 5.19%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA127F (or 0xCA127F) is known color: Medium Violet Red. HEX triplet: CA, 12 and 7F. RGB value is (202,18,127). Sum of RGB (Red+Green+Blue) = 202+18+127=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA127F is #35ED80. Grayscale: #555555. Windows color (decimal): -3534209 or 8327882. OLE color: 8327882.

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

Color convert

RGB 202 18 127 -
CMYK 0 0.91 0.37 0.21
HSL 324.46º 0.84% 0.43% -
HSV(B) 324.46º 0.91% 0.79% -
XYZ 28.4 14.52 21.38 -
YUV 85.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 202 18 127 0 0.91 0.37 0.21 324.46 0.84 0.43
Hex CA 12 7F 0 5B 25 15 144 54 2B
Octal 312 22 177 0 133 45 25 504 124 53
Binary 11001010 10010 1111111 0 1011011 100101 10101 101000100 1010100 101011

Color Harmonies of #CA127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA127F

Black with #CA127F

Text Example


Text Example

White with #CA127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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