Html Css Color HEX #CA2388 Medium Violet Red

📋 copy color: '#CA2388'

red 202 ◦ green 35 ◦ blue 136

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

Shades of Medium Violet Red #CA2388

Tints of Medium Violet Red #CA2388

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.38%

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

R = 54.16%
G = 9.38%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA2388 (or 0xCA2388) is known color: Medium Violet Red. HEX triplet: CA, 23 and 88. RGB value is (202,35,136). Sum of RGB (Red+Green+Blue) = 202+35+136=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2388 is #35DC77. Grayscale: #606060. Windows color (decimal): -3529848 or 8922058. OLE color: 8922058.

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

Color convert

RGB 202 35 136 -
CMYK 0 0.83 0.33 0.21
HSL 323.71º 0.7% 0.46% -
HSV(B) 323.71º 0.83% 0.79% -
XYZ 29.4 15.54 24.74 -
YUV 96.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 202 35 136 0 0.83 0.33 0.21 323.71 0.7 0.46
Hex CA 23 88 0 53 21 15 144 46 2E
Octal 312 43 210 0 123 41 25 504 106 56
Binary 11001010 100011 10001000 0 1010011 100001 10101 101000100 1000110 101110

Color Harmonies of #CA2388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2388

Black with #CA2388

Text Example


Text Example

White with #CA2388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2388; }

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

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

background-color css

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

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

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

border-color css

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

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

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