Html Css Color HEX #CB3292 Medium Red Violet

📋 copy color: '#CB3292'

red 203 ◦ green 50 ◦ blue 146

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

Shades of Medium Red Violet #CB3292

Tints of Medium Red Violet #CB3292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 50.88%
G = 12.53%
B = 36.59%

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

#CB3292 (or 0xCB3292) is known color: Medium Red Violet. HEX triplet: CB, 32 and 92. RGB value is (203,50,146). Sum of RGB (Red+Green+Blue) = 203+50+146=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3292 is #34CD6D. Grayscale: #6A6A6A. Windows color (decimal): -3460462 or 9581259. OLE color: 9581259.

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

Color convert

RGB 203 50 146 -
CMYK 0 0.75 0.28 0.20
HSL 322.35º 0.6% 0.5% -
HSV(B) 322.35º 0.75% 0.8% -
XYZ 30.96 17.05 28.85 -
YUV 106.69 150.19 196.69 -
System Red Green Blue C M Y K H S L
Decimal 203 50 146 0 0.75 0.28 0.20 322.35 0.6 0.5
Hex CB 32 92 0 4B 1C 14 142 3C 32
Octal 313 62 222 0 113 34 24 502 74 62
Binary 11001011 110010 10010010 0 1001011 11100 10100 101000010 111100 110010

Color Harmonies of #CB3292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3292

Black with #CB3292

Text Example


Text Example

White with #CB3292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3292; }

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

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

background-color css

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

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

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

border-color css

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

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

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