Html Css Color HEX #CA147C Medium Violet Red

📋 copy color: '#CA147C'

red 202 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #CA147C

Tints of Medium Violet Red #CA147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 58.38%
G = 5.78%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA147C (or 0xCA147C) is known color: Medium Violet Red. HEX triplet: CA, 14 and 7C. RGB value is (202,20,124). Sum of RGB (Red+Green+Blue) = 202+20+124=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA147C is #35EB83. Grayscale: #565656. Windows color (decimal): -3533700 or 8131786. OLE color: 8131786.

HSL color Cylindrical-coordinate representation of color #CA147C: hue angle of 325.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA147C is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 124 -
CMYK 0 0.90 0.39 0.21
HSL 325.71º 0.82% 0.44% -
HSV(B) 325.71º 0.9% 0.79% -
XYZ 28.25 14.51 20.38 -
YUV 86.27 149.3 210.54 -
System Red Green Blue C M Y K H S L
Decimal 202 20 124 0 0.90 0.39 0.21 325.71 0.82 0.44
Hex CA 14 7C 0 5A 27 15 146 52 2C
Octal 312 24 174 0 132 47 25 506 122 54
Binary 11001010 10100 1111100 0 1011010 100111 10101 101000110 1010010 101100

Color Harmonies of #CA147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA147C

Black with #CA147C

Text Example


Text Example

White with #CA147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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