Html Css Color HEX #CA0895 Medium Violet Red

📋 copy color: '#CA0895'

red 202 ◦ green 8 ◦ blue 149

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

Shades of Medium Violet Red #CA0895

Tints of Medium Violet Red #CA0895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 56.27%
G = 2.23%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA0895 (or 0xCA0895) is known color: Medium Violet Red. HEX triplet: CA, 08 and 95. RGB value is (202,8,149). Sum of RGB (Red+Green+Blue) = 202+8+149=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0895 is #35F76A. Grayscale: #515151. Windows color (decimal): -3536747 or 9767114. OLE color: 9767114.

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

Color convert

RGB 202 8 149 -
CMYK 0 0.96 0.26 0.21
HSL 316.39º 0.92% 0.41% -
HSV(B) 316.39º 0.96% 0.79% -
XYZ 29.87 14.9 29.74 -
YUV 82.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 202 8 149 0 0.96 0.26 0.21 316.39 0.92 0.41
Hex CA 8 95 0 60 1A 15 13C 5C 29
Octal 312 10 225 0 140 32 25 474 134 51
Binary 11001010 1000 10010101 0 1100000 11010 10101 100111100 1011100 101001

Color Harmonies of #CA0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0895

Black with #CA0895

Text Example


Text Example

White with #CA0895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0895; }

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

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

background-color css

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

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

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

border-color css

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

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

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