Html Css Color HEX #CA379D Medium Red Violet

📋 copy color: '#CA379D'

red 202 ◦ green 55 ◦ blue 157

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

Shades of Medium Red Violet #CA379D

Tints of Medium Red Violet #CA379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 48.79%
G = 13.29%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA379D (or 0xCA379D) is known color: Medium Red Violet. HEX triplet: CA, 37 and 9D. RGB value is (202,55,157). Sum of RGB (Red+Green+Blue) = 202+55+157=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA379D is #35C862. Grayscale: #6E6E6E. Windows color (decimal): -3524707 or 10303434. OLE color: 10303434.

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

Color convert

RGB 202 55 157 -
CMYK 0 0.73 0.22 0.21
HSL 318.37º 0.58% 0.5% -
HSV(B) 318.37º 0.73% 0.79% -
XYZ 31.81 17.72 33.64 -
YUV 110.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 202 55 157 0 0.73 0.22 0.21 318.37 0.58 0.5
Hex CA 37 9D 0 49 16 15 13E 3A 32
Octal 312 67 235 0 111 26 25 476 72 62
Binary 11001010 110111 10011101 0 1001001 10110 10101 100111110 111010 110010

Color Harmonies of #CA379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA379D

Black with #CA379D

Text Example


Text Example

White with #CA379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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