Html Css Color HEX #CA2098 Medium Violet Red

📋 copy color: '#CA2098'

red 202 ◦ green 32 ◦ blue 152

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

Shades of Medium Violet Red #CA2098

Tints of Medium Violet Red #CA2098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.29%

 BLUE value IS 152 (59.77% from 255) = 39.38%

R = 52.33%
G = 8.29%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA2098 (or 0xCA2098) is known color: Medium Violet Red. HEX triplet: CA, 20 and 98. RGB value is (202,32,152). Sum of RGB (Red+Green+Blue) = 202+32+152=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2098 is #35DF67. Grayscale: #606060. Windows color (decimal): -3530600 or 9969866. OLE color: 9969866.

HSL color Cylindrical-coordinate representation of color #CA2098: hue angle of 317.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2098 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 152 -
CMYK 0 0.84 0.25 0.21
HSL 317.65º 0.73% 0.46% -
HSV(B) 317.65º 0.84% 0.79% -
XYZ 30.54 15.86 31.16 -
YUV 96.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 202 32 152 0 0.84 0.25 0.21 317.65 0.73 0.46
Hex CA 20 98 0 54 19 15 13E 49 2E
Octal 312 40 230 0 124 31 25 476 111 56
Binary 11001010 100000 10011000 0 1010100 11001 10101 100111110 1001001 101110

Color Harmonies of #CA2098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2098

Black with #CA2098

Text Example


Text Example

White with #CA2098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2098; }

 p { color: rgb(202,32,152); }

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

background-color css

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

 a { background-color: rgb(202,32,152); }

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

border-color css

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

 span { border-color: rgb(202,32,152); }

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