Html Css Color HEX #CA009F Medium Violet Red

📋 copy color: '#CA009F'

red 202 ◦ green 0 ◦ blue 159

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

Shades of Medium Violet Red #CA009F

Tints of Medium Violet Red #CA009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 55.96%
G = 0%
B = 44.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA009F (or 0xCA009F) is known color: Medium Violet Red. HEX triplet: CA, 00 and 9F. RGB value is (202,0,159). Sum of RGB (Red+Green+Blue) = 202+0+159=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA009F is #35FF60. Grayscale: #4E4E4E. Windows color (decimal): -3538785 or 10420426. OLE color: 10420426.

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

Color convert

RGB 202 0 159 -
CMYK 0 1 0.21 0.21
HSL 312.77º 1% 0.4% -
HSV(B) 312.77º 1% 0.79% -
XYZ 30.62 15.06 34.09 -
YUV 78.52 173.42 216.07 -
System Red Green Blue C M Y K H S L
Decimal 202 0 159 0 1 0.21 0.21 312.77 1 0.4
Hex CA 0 9F 0 64 15 15 139 64 28
Octal 312 0 237 0 144 25 25 471 144 50
Binary 11001010 0 10011111 0 1100100 10101 10101 100111001 1100100 101000

Color Harmonies of #CA009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA009F

Black with #CA009F

Text Example


Text Example

White with #CA009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA009F; }

 p { color: rgb(202,0,159); }

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

background-color css

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

 a { background-color: rgb(202,0,159); }

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

border-color css

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

 span { border-color: rgb(202,0,159); }

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