Html Css Color HEX #CA2383 Medium Violet Red

📋 copy color: '#CA2383'

red 202 ◦ green 35 ◦ blue 131

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

Shades of Medium Violet Red #CA2383

Tints of Medium Violet Red #CA2383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 54.89%
G = 9.51%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA2383 (or 0xCA2383) is known color: Medium Violet Red. HEX triplet: CA, 23 and 83. RGB value is (202,35,131). Sum of RGB (Red+Green+Blue) = 202+35+131=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2383 is #35DC7C. Grayscale: #5F5F5F. Windows color (decimal): -3529853 or 8594378. OLE color: 8594378.

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

Color convert

RGB 202 35 131 -
CMYK 0 0.83 0.35 0.21
HSL 325.51º 0.7% 0.46% -
HSV(B) 325.51º 0.83% 0.79% -
XYZ 29.05 15.4 22.91 -
YUV 95.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 202 35 131 0 0.83 0.35 0.21 325.51 0.7 0.46
Hex CA 23 83 0 53 23 15 146 46 2E
Octal 312 43 203 0 123 43 25 506 106 56
Binary 11001010 100011 10000011 0 1010011 100011 10101 101000110 1000110 101110

Color Harmonies of #CA2383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2383

Black with #CA2383

Text Example


Text Example

White with #CA2383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2383; }

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

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

background-color css

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

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

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

border-color css

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

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

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