Html Css Color HEX #CA098F Medium Violet Red

📋 copy color: '#CA098F'

red 202 ◦ green 9 ◦ blue 143

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

Shades of Medium Violet Red #CA098F

Tints of Medium Violet Red #CA098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 57.06%
G = 2.54%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA098F (or 0xCA098F) is known color: Medium Violet Red. HEX triplet: CA, 09 and 8F. RGB value is (202,9,143). Sum of RGB (Red+Green+Blue) = 202+9+143=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA098F is #35F670. Grayscale: #515151. Windows color (decimal): -3536497 or 9374154. OLE color: 9374154.

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

Color convert

RGB 202 9 143 -
CMYK 0 0.96 0.29 0.21
HSL 318.34º 0.91% 0.41% -
HSV(B) 318.34º 0.96% 0.79% -
XYZ 29.41 14.74 27.28 -
YUV 81.98 162.44 213.6 -
System Red Green Blue C M Y K H S L
Decimal 202 9 143 0 0.96 0.29 0.21 318.34 0.91 0.41
Hex CA 9 8F 0 60 1D 15 13E 5B 29
Octal 312 11 217 0 140 35 25 476 133 51
Binary 11001010 1001 10001111 0 1100000 11101 10101 100111110 1011011 101001

Color Harmonies of #CA098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA098F

Black with #CA098F

Text Example


Text Example

White with #CA098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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