Html Css Color HEX #CA0695 Medium Violet Red

📋 copy color: '#CA0695'

red 202 ◦ green 6 ◦ blue 149

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

Shades of Medium Violet Red #CA0695

Tints of Medium Violet Red #CA0695

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 56.58%
G = 1.68%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA0695 (or 0xCA0695) is known color: Medium Violet Red. HEX triplet: CA, 06 and 95. RGB value is (202,6,149). Sum of RGB (Red+Green+Blue) = 202+6+149=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0695 is #35F96A. Grayscale: #505050. Windows color (decimal): -3537259 or 9766602. OLE color: 9766602.

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

Color convert

RGB 202 6 149 -
CMYK 0 0.97 0.26 0.21
HSL 316.22º 0.94% 0.41% -
HSV(B) 316.22º 0.97% 0.79% -
XYZ 29.85 14.86 29.73 -
YUV 80.91 166.43 214.37 -
System Red Green Blue C M Y K H S L
Decimal 202 6 149 0 0.97 0.26 0.21 316.22 0.94 0.41
Hex CA 6 95 0 61 1A 15 13C 5E 29
Octal 312 6 225 0 141 32 25 474 136 51
Binary 11001010 110 10010101 0 1100001 11010 10101 100111100 1011110 101001

Color Harmonies of #CA0695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0695

Black with #CA0695

Text Example


Text Example

White with #CA0695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0695; }

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

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

background-color css

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

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

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

border-color css

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

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

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