Html Css Color HEX #CA048C Medium Violet Red

📋 copy color: '#CA048C'

red 202 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #CA048C

Tints of Medium Violet Red #CA048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 58.38%
G = 1.16%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA048C (or 0xCA048C) is known color: Medium Violet Red. HEX triplet: CA, 04 and 8C. RGB value is (202,4,140). Sum of RGB (Red+Green+Blue) = 202+4+140=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA048C is #35FB73. Grayscale: #4E4E4E. Windows color (decimal): -3537780 or 9176266. OLE color: 9176266.

HSL color Cylindrical-coordinate representation of color #CA048C: hue angle of 318.79º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA048C is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 4 140 -
CMYK 0 0.98 0.31 0.21
HSL 318.79º 0.96% 0.4% -
HSV(B) 318.79º 0.98% 0.79% -
XYZ 29.13 14.54 26.08 -
YUV 78.71 162.6 215.94 -
System Red Green Blue C M Y K H S L
Decimal 202 4 140 0 0.98 0.31 0.21 318.79 0.96 0.4
Hex CA 4 8C 0 62 1F 15 13F 60 28
Octal 312 4 214 0 142 37 25 477 140 50
Binary 11001010 100 10001100 0 1100010 11111 10101 100111111 1100000 101000

Color Harmonies of #CA048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA048C

Black with #CA048C

Text Example


Text Example

White with #CA048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA048C; }

 p { color: rgb(202,4,140); }

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

background-color css

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

 a { background-color: rgb(202,4,140); }

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

border-color css

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

 span { border-color: rgb(202,4,140); }

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