Html Css Color HEX #CA127C Medium Violet Red

📋 copy color: '#CA127C'

red 202 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #CA127C

Tints of Medium Violet Red #CA127C

RGB

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

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

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

R = 58.72%
G = 5.23%
B = 36.05%

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

#CA127C (or 0xCA127C) is known color: Medium Violet Red. HEX triplet: CA, 12 and 7C. RGB value is (202,18,124). Sum of RGB (Red+Green+Blue) = 202+18+124=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA127C is #35ED83. Grayscale: #545454. Windows color (decimal): -3534212 or 8131274. OLE color: 8131274.

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

Color convert

RGB 202 18 124 -
CMYK 0 0.91 0.39 0.21
HSL 325.43º 0.84% 0.43% -
HSV(B) 325.43º 0.91% 0.79% -
XYZ 28.21 14.44 20.37 -
YUV 85.1 149.96 211.38 -
System Red Green Blue C M Y K H S L
Decimal 202 18 124 0 0.91 0.39 0.21 325.43 0.84 0.43
Hex CA 12 7C 0 5B 27 15 145 54 2B
Octal 312 22 174 0 133 47 25 505 124 53
Binary 11001010 10010 1111100 0 1011011 100111 10101 101000101 1010100 101011

Color Harmonies of #CA127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA127C

Black with #CA127C

Text Example


Text Example

White with #CA127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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