Html Css Color HEX #CA048F Medium Violet Red

📋 copy color: '#CA048F'

red 202 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #CA048F

Tints of Medium Violet Red #CA048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.97%

R = 57.88%
G = 1.15%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA048F (or 0xCA048F) is known color: Medium Violet Red. HEX triplet: CA, 04 and 8F. RGB value is (202,4,143). Sum of RGB (Red+Green+Blue) = 202+4+143=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA048F is #35FB70. Grayscale: #4E4E4E. Windows color (decimal): -3537777 or 9372874. OLE color: 9372874.

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

Color convert

RGB 202 4 143 -
CMYK 0 0.98 0.29 0.21
HSL 317.88º 0.96% 0.4% -
HSV(B) 317.88º 0.98% 0.79% -
XYZ 29.36 14.63 27.26 -
YUV 79.05 164.1 215.7 -
System Red Green Blue C M Y K H S L
Decimal 202 4 143 0 0.98 0.29 0.21 317.88 0.96 0.4
Hex CA 4 8F 0 62 1D 15 13E 60 28
Octal 312 4 217 0 142 35 25 476 140 50
Binary 11001010 100 10001111 0 1100010 11101 10101 100111110 1100000 101000

Color Harmonies of #CA048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA048F

Black with #CA048F

Text Example


Text Example

White with #CA048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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