Html Css Color HEX #CA096D Medium Violet Red

📋 copy color: '#CA096D'

red 202 ◦ green 9 ◦ blue 109

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

Shades of Medium Violet Red #CA096D

Tints of Medium Violet Red #CA096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.81%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 63.13%
G = 2.81%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA096D (or 0xCA096D) is known color: Medium Violet Red. HEX triplet: CA, 09 and 6D. RGB value is (202,9,109). Sum of RGB (Red+Green+Blue) = 202+9+109=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA096D is #35F692. Grayscale: #4D4D4D. Windows color (decimal): -3536531 or 7145930. OLE color: 7145930.

HSL color Cylindrical-coordinate representation of color #CA096D: hue angle of 328.91º degrees, saturation: 0.91, 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 #CA096D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 9 109 -
CMYK 0 0.96 0.46 0.21
HSL 328.91º 0.91% 0.41% -
HSV(B) 328.91º 0.96% 0.79% -
XYZ 27.22 13.86 15.71 -
YUV 78.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 202 9 109 0 0.96 0.46 0.21 328.91 0.91 0.41
Hex CA 9 6D 0 60 2E 15 149 5B 29
Octal 312 11 155 0 140 56 25 511 133 51
Binary 11001010 1001 1101101 0 1100000 101110 10101 101001001 1011011 101001

Color Harmonies of #CA096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA096D

Black with #CA096D

Text Example


Text Example

White with #CA096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA096D; }

 p { color: rgb(202,9,109); }

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

background-color css

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

 a { background-color: rgb(202,9,109); }

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

border-color css

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

 span { border-color: rgb(202,9,109); }

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