Html Css Color HEX #CA378B Medium Red Violet

📋 copy color: '#CA378B'

red 202 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #CA378B

Tints of Medium Red Violet #CA378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 51.01%
G = 13.89%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA378B (or 0xCA378B) is known color: Medium Red Violet. HEX triplet: CA, 37 and 8B. RGB value is (202,55,139). Sum of RGB (Red+Green+Blue) = 202+55+139=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA378B is #35C874. Grayscale: #6C6C6C. Windows color (decimal): -3524725 or 9123786. OLE color: 9123786.

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

Color convert

RGB 202 55 139 -
CMYK 0 0.73 0.31 0.21
HSL 325.71º 0.58% 0.5% -
HSV(B) 325.71º 0.73% 0.79% -
XYZ 30.38 17.15 26.14 -
YUV 108.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 202 55 139 0 0.73 0.31 0.21 325.71 0.58 0.5
Hex CA 37 8B 0 49 1F 15 146 3A 32
Octal 312 67 213 0 111 37 25 506 72 62
Binary 11001010 110111 10001011 0 1001001 11111 10101 101000110 111010 110010

Color Harmonies of #CA378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA378B

Black with #CA378B

Text Example


Text Example

White with #CA378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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