Html Css Color HEX #CA378D Medium Red Violet

📋 copy color: '#CA378D'

red 202 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #CA378D

Tints of Medium Red Violet #CA378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.82%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 50.75%
G = 13.82%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA378D (or 0xCA378D) is known color: Medium Red Violet. HEX triplet: CA, 37 and 8D. RGB value is (202,55,141). Sum of RGB (Red+Green+Blue) = 202+55+141=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA378D is #35C872. Grayscale: #6C6C6C. Windows color (decimal): -3524723 or 9254858. OLE color: 9254858.

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

Color convert

RGB 202 55 141 -
CMYK 0 0.73 0.30 0.21
HSL 324.9º 0.58% 0.5% -
HSV(B) 324.9º 0.73% 0.79% -
XYZ 30.53 17.21 26.91 -
YUV 108.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 202 55 141 0 0.73 0.30 0.21 324.9 0.58 0.5
Hex CA 37 8D 0 49 1E 15 145 3A 32
Octal 312 67 215 0 111 36 25 505 72 62
Binary 11001010 110111 10001101 0 1001001 11110 10101 101000101 111010 110010

Color Harmonies of #CA378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA378D

Black with #CA378D

Text Example


Text Example

White with #CA378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA378D; }

 p { color: rgb(202,55,141); }

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

background-color css

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

 a { background-color: rgb(202,55,141); }

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

border-color css

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

 span { border-color: rgb(202,55,141); }

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