Html Css Color HEX #CA3896 Medium Red Violet

📋 copy color: '#CA3896'

red 202 ◦ green 56 ◦ blue 150

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

Shades of Medium Red Violet #CA3896

Tints of Medium Red Violet #CA3896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.73%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 49.51%
G = 13.73%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA3896 (or 0xCA3896) is known color: Medium Red Violet. HEX triplet: CA, 38 and 96. RGB value is (202,56,150). Sum of RGB (Red+Green+Blue) = 202+56+150=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3896 is #35C769. Grayscale: #6E6E6E. Windows color (decimal): -3524458 or 9844938. OLE color: 9844938.

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

Color convert

RGB 202 56 150 -
CMYK 0 0.72 0.26 0.21
HSL 321.37º 0.58% 0.51% -
HSV(B) 321.37º 0.72% 0.79% -
XYZ 31.28 17.59 30.6 -
YUV 110.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 202 56 150 0 0.72 0.26 0.21 321.37 0.58 0.51
Hex CA 38 96 0 48 1A 15 141 3A 33
Octal 312 70 226 0 110 32 25 501 72 63
Binary 11001010 111000 10010110 0 1001000 11010 10101 101000001 111010 110011

Color Harmonies of #CA3896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3896

Black with #CA3896

Text Example


Text Example

White with #CA3896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3896; }

 p { color: rgb(202,56,150); }

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

background-color css

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

 a { background-color: rgb(202,56,150); }

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

border-color css

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

 span { border-color: rgb(202,56,150); }

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