Html Css Color HEX #CA098D Medium Violet Red

📋 copy color: '#CA098D'

red 202 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #CA098D

Tints of Medium Violet Red #CA098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 57.39%
G = 2.56%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA098D (or 0xCA098D) is known color: Medium Violet Red. HEX triplet: CA, 09 and 8D. RGB value is (202,9,141). Sum of RGB (Red+Green+Blue) = 202+9+141=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA098D is #35F672. Grayscale: #515151. Windows color (decimal): -3536499 or 9243082. OLE color: 9243082.

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

Color convert

RGB 202 9 141 -
CMYK 0 0.96 0.30 0.21
HSL 318.96º 0.91% 0.41% -
HSV(B) 318.96º 0.96% 0.79% -
XYZ 29.26 14.68 26.49 -
YUV 81.76 161.44 213.77 -
System Red Green Blue C M Y K H S L
Decimal 202 9 141 0 0.96 0.30 0.21 318.96 0.91 0.41
Hex CA 9 8D 0 60 1E 15 13F 5B 29
Octal 312 11 215 0 140 36 25 477 133 51
Binary 11001010 1001 10001101 0 1100000 11110 10101 100111111 1011011 101001

Color Harmonies of #CA098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA098D

Black with #CA098D

Text Example


Text Example

White with #CA098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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