Html Css Color HEX #CA099D Medium Violet Red

📋 copy color: '#CA099D'

red 202 ◦ green 9 ◦ blue 157

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

Shades of Medium Violet Red #CA099D

Tints of Medium Violet Red #CA099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 54.89%
G = 2.45%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA099D (or 0xCA099D) is known color: Medium Violet Red. HEX triplet: CA, 09 and 9D. RGB value is (202,9,157). Sum of RGB (Red+Green+Blue) = 202+9+157=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA099D is #35F662. Grayscale: #535353. Windows color (decimal): -3536483 or 10291658. OLE color: 10291658.

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

Color convert

RGB 202 9 157 -
CMYK 0 0.96 0.22 0.21
HSL 313.99º 0.91% 0.41% -
HSV(B) 313.99º 0.96% 0.79% -
XYZ 30.54 15.19 33.22 -
YUV 83.58 169.44 212.47 -
System Red Green Blue C M Y K H S L
Decimal 202 9 157 0 0.96 0.22 0.21 313.99 0.91 0.41
Hex CA 9 9D 0 60 16 15 13A 5B 29
Octal 312 11 235 0 140 26 25 472 133 51
Binary 11001010 1001 10011101 0 1100000 10110 10101 100111010 1011011 101001

Color Harmonies of #CA099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA099D

Black with #CA099D

Text Example


Text Example

White with #CA099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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