Html Css Color HEX #CB3394 Medium Red Violet

📋 copy color: '#CB3394'

red 203 ◦ green 51 ◦ blue 148

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

Shades of Medium Red Violet #CB3394

Tints of Medium Red Violet #CB3394

RGB

 RED value IS 203 (79.69% from 255) = 50.5%

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

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 50.5%
G = 12.69%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB3394 (or 0xCB3394) is known color: Medium Red Violet. HEX triplet: CB, 33 and 94. RGB value is (203,51,148). Sum of RGB (Red+Green+Blue) = 203+51+148=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3394 is #34CC6B. Grayscale: #6B6B6B. Windows color (decimal): -3460204 or 9712587. OLE color: 9712587.

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

Color convert

RGB 203 51 148 -
CMYK 0 0.75 0.27 0.20
HSL 321.71º 0.6% 0.5% -
HSV(B) 321.71º 0.75% 0.8% -
XYZ 31.16 17.2 29.7 -
YUV 107.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 203 51 148 0 0.75 0.27 0.20 321.71 0.6 0.5
Hex CB 33 94 0 4B 1B 14 142 3C 32
Octal 313 63 224 0 113 33 24 502 74 62
Binary 11001011 110011 10010100 0 1001011 11011 10100 101000010 111100 110010

Color Harmonies of #CB3394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3394

Black with #CB3394

Text Example


Text Example

White with #CB3394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3394; }

 p { color: rgb(203,51,148); }

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

background-color css

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

 a { background-color: rgb(203,51,148); }

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

border-color css

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

 span { border-color: rgb(203,51,148); }

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