Html Css Color HEX #CB3399 Medium Red Violet

📋 copy color: '#CB3399'

red 203 ◦ green 51 ◦ blue 153

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

Shades of Medium Red Violet #CB3399

Tints of Medium Red Violet #CB3399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 49.88%
G = 12.53%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB3399 (or 0xCB3399) is known color: Medium Red Violet. HEX triplet: CB, 33 and 99. RGB value is (203,51,153). Sum of RGB (Red+Green+Blue) = 203+51+153=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3399 is #34CC66. Grayscale: #6B6B6B. Windows color (decimal): -3460199 or 10040267. OLE color: 10040267.

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

Color convert

RGB 203 51 153 -
CMYK 0 0.75 0.25 0.20
HSL 319.74º 0.6% 0.5% -
HSV(B) 319.74º 0.75% 0.8% -
XYZ 31.56 17.36 31.83 -
YUV 108.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 203 51 153 0 0.75 0.25 0.20 319.74 0.6 0.5
Hex CB 33 99 0 4B 19 14 140 3C 32
Octal 313 63 231 0 113 31 24 500 74 62
Binary 11001011 110011 10011001 0 1001011 11001 10100 101000000 111100 110010

Color Harmonies of #CB3399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3399

Black with #CB3399

Text Example


Text Example

White with #CB3399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3399; }

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

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

background-color css

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

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

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

border-color css

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

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

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