Html Css Color HEX #CB3299 Medium Red Violet

📋 copy color: '#CB3299'

red 203 ◦ green 50 ◦ blue 153

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

Shades of Medium Red Violet #CB3299

Tints of Medium Red Violet #CB3299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.32%

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

R = 50%
G = 12.32%
B = 37.68%

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

#CB3299 (or 0xCB3299) is known color: Medium Red Violet. HEX triplet: CB, 32 and 99. RGB value is (203,50,153). Sum of RGB (Red+Green+Blue) = 203+50+153=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3299 is #34CD66. Grayscale: #6B6B6B. Windows color (decimal): -3460455 or 10040011. OLE color: 10040011.

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

Color convert

RGB 203 50 153 -
CMYK 0 0.75 0.25 0.20
HSL 319.61º 0.6% 0.5% -
HSV(B) 319.61º 0.75% 0.8% -
XYZ 31.52 17.28 31.81 -
YUV 107.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 203 50 153 0 0.75 0.25 0.20 319.61 0.6 0.5
Hex CB 32 99 0 4B 19 14 140 3C 32
Octal 313 62 231 0 113 31 24 500 74 62
Binary 11001011 110010 10011001 0 1001011 11001 10100 101000000 111100 110010

Color Harmonies of #CB3299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3299

Black with #CB3299

Text Example


Text Example

White with #CB3299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3299; }

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

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

background-color css

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

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

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

border-color css

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

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

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