Html Css Color HEX #CA019B Medium Violet Red

📋 copy color: '#CA019B'

red 202 ◦ green 1 ◦ blue 155

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

Shades of Medium Violet Red #CA019B

Tints of Medium Violet Red #CA019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 56.42%
G = 0.28%
B = 43.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA019B (or 0xCA019B) is known color: Medium Violet Red. HEX triplet: CA, 01 and 9B. RGB value is (202,1,155). Sum of RGB (Red+Green+Blue) = 202+1+155=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA019B is #35FE64. Grayscale: #4E4E4E. Windows color (decimal): -3538533 or 10158538. OLE color: 10158538.

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

Color convert

RGB 202 1 155 -
CMYK 0 1.00 0.23 0.21
HSL 314.03º 0.99% 0.4% -
HSV(B) 314.03º 1% 0.79% -
XYZ 30.28 14.94 32.3 -
YUV 78.66 171.09 215.98 -
System Red Green Blue C M Y K H S L
Decimal 202 1 155 0 1.00 0.23 0.21 314.03 0.99 0.4
Hex CA 1 9B 0 64 17 15 13A 63 28
Octal 312 1 233 0 144 27 25 472 143 50
Binary 11001010 1 10011011 0 1100100 10111 10101 100111010 1100011 101000

Color Harmonies of #CA019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA019B

Black with #CA019B

Text Example


Text Example

White with #CA019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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