Html Css Color HEX #CA2088 Medium Violet Red

📋 copy color: '#CA2088'

red 202 ◦ green 32 ◦ blue 136

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

Shades of Medium Violet Red #CA2088

Tints of Medium Violet Red #CA2088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 54.59%
G = 8.65%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA2088 (or 0xCA2088) is known color: Medium Violet Red. HEX triplet: CA, 20 and 88. RGB value is (202,32,136). Sum of RGB (Red+Green+Blue) = 202+32+136=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2088 is #35DF77. Grayscale: #5E5E5E. Windows color (decimal): -3530616 or 8921290. OLE color: 8921290.

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

Color convert

RGB 202 32 136 -
CMYK 0 0.84 0.33 0.21
HSL 323.29º 0.73% 0.46% -
HSV(B) 323.29º 0.84% 0.79% -
XYZ 29.32 15.37 24.71 -
YUV 94.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 202 32 136 0 0.84 0.33 0.21 323.29 0.73 0.46
Hex CA 20 88 0 54 21 15 143 49 2E
Octal 312 40 210 0 124 41 25 503 111 56
Binary 11001010 100000 10001000 0 1010100 100001 10101 101000011 1001001 101110

Color Harmonies of #CA2088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2088

Black with #CA2088

Text Example


Text Example

White with #CA2088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2088; }

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

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

background-color css

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

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

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

border-color css

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

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

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