Html Css Color HEX #CA398A Medium Red Violet

📋 copy color: '#CA398A'

red 202 ◦ green 57 ◦ blue 138

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

Shades of Medium Red Violet #CA398A

Tints of Medium Red Violet #CA398A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 50.88%
G = 14.36%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA398A (or 0xCA398A) is known color: Medium Red Violet. HEX triplet: CA, 39 and 8A. RGB value is (202,57,138). Sum of RGB (Red+Green+Blue) = 202+57+138=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA398A is #35C675. Grayscale: #6D6D6D. Windows color (decimal): -3524214 or 9058762. OLE color: 9058762.

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

Color convert

RGB 202 57 138 -
CMYK 0 0.72 0.32 0.21
HSL 326.48º 0.58% 0.51% -
HSV(B) 326.48º 0.72% 0.79% -
XYZ 30.41 17.32 25.78 -
YUV 109.59 144.04 193.91 -
System Red Green Blue C M Y K H S L
Decimal 202 57 138 0 0.72 0.32 0.21 326.48 0.58 0.51
Hex CA 39 8A 0 48 20 15 146 3A 33
Octal 312 71 212 0 110 40 25 506 72 63
Binary 11001010 111001 10001010 0 1001000 100000 10101 101000110 111010 110011

Color Harmonies of #CA398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA398A

Black with #CA398A

Text Example


Text Example

White with #CA398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA398A; }

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

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

background-color css

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

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

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

border-color css

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

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

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