Html Css Color HEX #CB3393 Medium Red Violet

📋 copy color: '#CB3393'

red 203 ◦ green 51 ◦ blue 147

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

Shades of Medium Red Violet #CB3393

Tints of Medium Red Violet #CB3393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 50.62%
G = 12.72%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB3393 (or 0xCB3393) is known color: Medium Red Violet. HEX triplet: CB, 33 and 93. RGB value is (203,51,147). Sum of RGB (Red+Green+Blue) = 203+51+147=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3393 is #34CC6C. Grayscale: #6B6B6B. Windows color (decimal): -3460205 or 9647051. OLE color: 9647051.

HSL color Cylindrical-coordinate representation of color #CB3393: hue angle of 322.11º 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 #CB3393 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 51 147 -
CMYK 0 0.75 0.28 0.20
HSL 322.11º 0.6% 0.5% -
HSV(B) 322.11º 0.75% 0.8% -
XYZ 31.08 17.17 29.28 -
YUV 107.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 203 51 147 0 0.75 0.28 0.20 322.11 0.6 0.5
Hex CB 33 93 0 4B 1C 14 142 3C 32
Octal 313 63 223 0 113 34 24 502 74 62
Binary 11001011 110011 10010011 0 1001011 11100 10100 101000010 111100 110010

Color Harmonies of #CB3393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3393

Black with #CB3393

Text Example


Text Example

White with #CB3393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3393; }

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

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

background-color css

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

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

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

border-color css

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

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

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