Html Css Color HEX #CB3799 Medium Red Violet

📋 copy color: '#CB3799'

red 203 ◦ green 55 ◦ blue 153

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

Shades of Medium Red Violet #CB3799

Tints of Medium Red Violet #CB3799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.38%

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

R = 49.39%
G = 13.38%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB3799 (or 0xCB3799) is known color: Medium Red Violet. HEX triplet: CB, 37 and 99. RGB value is (203,55,153). Sum of RGB (Red+Green+Blue) = 203+55+153=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3799 is #34C866. Grayscale: #6E6E6E. Windows color (decimal): -3459175 or 10041291. OLE color: 10041291.

HSL color Cylindrical-coordinate representation of color #CB3799: hue angle of 320.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3799 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 153 -
CMYK 0 0.73 0.25 0.20
HSL 320.27º 0.59% 0.51% -
HSV(B) 320.27º 0.73% 0.8% -
XYZ 31.74 17.73 31.89 -
YUV 110.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 203 55 153 0 0.73 0.25 0.20 320.27 0.59 0.51
Hex CB 37 99 0 49 19 14 140 3B 33
Octal 313 67 231 0 111 31 24 500 73 63
Binary 11001011 110111 10011001 0 1001001 11001 10100 101000000 111011 110011

Color Harmonies of #CB3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3799

Black with #CB3799

Text Example


Text Example

White with #CB3799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3799; }

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

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

background-color css

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

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

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

border-color css

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

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

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