Html Css Color HEX #CA0095 Medium Violet Red

📋 copy color: '#CA0095'

red 202 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #CA0095

Tints of Medium Violet Red #CA0095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.45%

R = 57.55%
G = 0%
B = 42.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA0095 (or 0xCA0095) is known color: Medium Violet Red. HEX triplet: CA, 00 and 95. RGB value is (202,0,149). Sum of RGB (Red+Green+Blue) = 202+0+149=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0095 is #35FF6A. Grayscale: #4C4C4C. Windows color (decimal): -3538795 or 9765066. OLE color: 9765066.

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

Color convert

RGB 202 0 149 -
CMYK 0 1 0.26 0.21
HSL 315.74º 1% 0.4% -
HSV(B) 315.74º 1% 0.79% -
XYZ 29.78 14.73 29.71 -
YUV 77.38 168.42 216.88 -
System Red Green Blue C M Y K H S L
Decimal 202 0 149 0 1 0.26 0.21 315.74 1 0.4
Hex CA 0 95 0 64 1A 15 13C 64 28
Octal 312 0 225 0 144 32 25 474 144 50
Binary 11001010 0 10010101 0 1100100 11010 10101 100111100 1100100 101000

Color Harmonies of #CA0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0095

Black with #CA0095

Text Example


Text Example

White with #CA0095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0095; }

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

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

background-color css

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

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

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

border-color css

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

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

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