Html Css Color HEX #CA018C Medium Violet Red

📋 copy color: '#CA018C'

red 202 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #CA018C

Tints of Medium Violet Red #CA018C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 58.89%
G = 0.29%
B = 40.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA018C (or 0xCA018C) is known color: Medium Violet Red. HEX triplet: CA, 01 and 8C. RGB value is (202,1,140). Sum of RGB (Red+Green+Blue) = 202+1+140=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA018C is #35FE73. Grayscale: #4C4C4C. Windows color (decimal): -3538548 or 9175498. OLE color: 9175498.

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

Color convert

RGB 202 1 140 -
CMYK 0 1.00 0.31 0.21
HSL 318.51º 0.99% 0.4% -
HSV(B) 318.51º 1% 0.79% -
XYZ 29.1 14.47 26.07 -
YUV 76.95 163.59 217.2 -
System Red Green Blue C M Y K H S L
Decimal 202 1 140 0 1.00 0.31 0.21 318.51 0.99 0.4
Hex CA 1 8C 0 64 1F 15 13F 63 28
Octal 312 1 214 0 144 37 25 477 143 50
Binary 11001010 1 10001100 0 1100100 11111 10101 100111111 1100011 101000

Color Harmonies of #CA018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA018C

Black with #CA018C

Text Example


Text Example

White with #CA018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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