Html Css Color HEX #CA398E Medium Red Violet

📋 copy color: '#CA398E'

red 202 ◦ green 57 ◦ blue 142

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

Shades of Medium Red Violet #CA398E

Tints of Medium Red Violet #CA398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.21%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 50.37%
G = 14.21%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA398E (or 0xCA398E) is known color: Medium Red Violet. HEX triplet: CA, 39 and 8E. RGB value is (202,57,142). Sum of RGB (Red+Green+Blue) = 202+57+142=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA398E is #35C671. Grayscale: #6D6D6D. Windows color (decimal): -3524210 or 9320906. OLE color: 9320906.

HSL color Cylindrical-coordinate representation of color #CA398E: hue angle of 324.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA398E is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 57 142 -
CMYK 0 0.72 0.30 0.21
HSL 324.83º 0.58% 0.51% -
HSV(B) 324.83º 0.72% 0.79% -
XYZ 30.7 17.44 27.34 -
YUV 110.05 146.04 193.59 -
System Red Green Blue C M Y K H S L
Decimal 202 57 142 0 0.72 0.30 0.21 324.83 0.58 0.51
Hex CA 39 8E 0 48 1E 15 145 3A 33
Octal 312 71 216 0 110 36 25 505 72 63
Binary 11001010 111001 10001110 0 1001000 11110 10101 101000101 111010 110011

Color Harmonies of #CA398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA398E

Black with #CA398E

Text Example


Text Example

White with #CA398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA398E; }

 p { color: rgb(202,57,142); }

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

background-color css

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

 a { background-color: rgb(202,57,142); }

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

border-color css

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

 span { border-color: rgb(202,57,142); }

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