Html Css Color HEX #CA3392 Medium Red Violet

📋 copy color: '#CA3392'

red 202 ◦ green 51 ◦ blue 146

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

Shades of Medium Red Violet #CA3392

Tints of Medium Red Violet #CA3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.78%

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 50.63%
G = 12.78%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA3392 (or 0xCA3392) is known color: Medium Red Violet. HEX triplet: CA, 33 and 92. RGB value is (202,51,146). Sum of RGB (Red+Green+Blue) = 202+51+146=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3392 is #35CC6D. Grayscale: #6A6A6A. Windows color (decimal): -3525742 or 9581514. OLE color: 9581514.

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

Color convert

RGB 202 51 146 -
CMYK 0 0.75 0.28 0.21
HSL 322.25º 0.6% 0.5% -
HSV(B) 322.25º 0.75% 0.79% -
XYZ 30.73 17 28.86 -
YUV 106.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 202 51 146 0 0.75 0.28 0.21 322.25 0.6 0.5
Hex CA 33 92 0 4B 1C 15 142 3C 32
Octal 312 63 222 0 113 34 25 502 74 62
Binary 11001010 110011 10010010 0 1001011 11100 10101 101000010 111100 110010

Color Harmonies of #CA3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3392

Black with #CA3392

Text Example


Text Example

White with #CA3392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3392; }

 p { color: rgb(202,51,146); }

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

background-color css

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

 a { background-color: rgb(202,51,146); }

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

border-color css

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

 span { border-color: rgb(202,51,146); }

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