Html Css Color HEX #CA018F Medium Violet Red

📋 copy color: '#CA018F'

red 202 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #CA018F

Tints of Medium Violet Red #CA018F

RGB

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

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

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

R = 58.38%
G = 0.29%
B = 41.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA018F (or 0xCA018F) is known color: Medium Violet Red. HEX triplet: CA, 01 and 8F. RGB value is (202,1,143). Sum of RGB (Red+Green+Blue) = 202+1+143=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA018F is #35FE70. Grayscale: #4C4C4C. Windows color (decimal): -3538545 or 9372106. OLE color: 9372106.

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

Color convert

RGB 202 1 143 -
CMYK 0 1.00 0.29 0.21
HSL 317.61º 0.99% 0.4% -
HSV(B) 317.61º 1% 0.79% -
XYZ 29.33 14.56 27.25 -
YUV 77.29 165.09 216.95 -
System Red Green Blue C M Y K H S L
Decimal 202 1 143 0 1.00 0.29 0.21 317.61 0.99 0.4
Hex CA 1 8F 0 64 1D 15 13E 63 28
Octal 312 1 217 0 144 35 25 476 143 50
Binary 11001010 1 10001111 0 1100100 11101 10101 100111110 1100011 101000

Color Harmonies of #CA018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA018F

Black with #CA018F

Text Example


Text Example

White with #CA018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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