Html Css Color HEX #CA2387 Medium Violet Red

📋 copy color: '#CA2387'

red 202 ◦ green 35 ◦ blue 135

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

Shades of Medium Violet Red #CA2387

Tints of Medium Violet Red #CA2387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 54.3%
G = 9.41%
B = 36.29%

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

#CA2387 (or 0xCA2387) is known color: Medium Violet Red. HEX triplet: CA, 23 and 87. RGB value is (202,35,135). Sum of RGB (Red+Green+Blue) = 202+35+135=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2387 is #35DC78. Grayscale: #606060. Windows color (decimal): -3529849 or 8856522. OLE color: 8856522.

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

Color convert

RGB 202 35 135 -
CMYK 0 0.83 0.33 0.21
HSL 324.07º 0.7% 0.46% -
HSV(B) 324.07º 0.83% 0.79% -
XYZ 29.33 15.51 24.37 -
YUV 96.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 202 35 135 0 0.83 0.33 0.21 324.07 0.7 0.46
Hex CA 23 87 0 53 21 15 144 46 2E
Octal 312 43 207 0 123 41 25 504 106 56
Binary 11001010 100011 10000111 0 1010011 100001 10101 101000100 1000110 101110

Color Harmonies of #CA2387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2387

Black with #CA2387

Text Example


Text Example

White with #CA2387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2387; }

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

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

background-color css

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

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

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

border-color css

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

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

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