Html Css Color HEX #CA048E Medium Violet Red

📋 copy color: '#CA048E'

red 202 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #CA048E

Tints of Medium Violet Red #CA048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 58.05%
G = 1.15%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA048E (or 0xCA048E) is known color: Medium Violet Red. HEX triplet: CA, 04 and 8E. RGB value is (202,4,142). Sum of RGB (Red+Green+Blue) = 202+4+142=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA048E is #35FB71. Grayscale: #4E4E4E. Windows color (decimal): -3537778 or 9307338. OLE color: 9307338.

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

Color convert

RGB 202 4 142 -
CMYK 0 0.98 0.30 0.21
HSL 318.18º 0.96% 0.4% -
HSV(B) 318.18º 0.98% 0.79% -
XYZ 29.28 14.6 26.87 -
YUV 78.93 163.6 215.78 -
System Red Green Blue C M Y K H S L
Decimal 202 4 142 0 0.98 0.30 0.21 318.18 0.96 0.4
Hex CA 4 8E 0 62 1E 15 13E 60 28
Octal 312 4 216 0 142 36 25 476 140 50
Binary 11001010 100 10001110 0 1100010 11110 10101 100111110 1100000 101000

Color Harmonies of #CA048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA048E

Black with #CA048E

Text Example


Text Example

White with #CA048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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