Html Css Color HEX #CB3592 Medium Red Violet

📋 copy color: '#CB3592'

red 203 ◦ green 53 ◦ blue 146

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

Shades of Medium Red Violet #CB3592

Tints of Medium Red Violet #CB3592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.18%

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

R = 50.5%
G = 13.18%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB3592 (or 0xCB3592) is known color: Medium Red Violet. HEX triplet: CB, 35 and 92. RGB value is (203,53,146). Sum of RGB (Red+Green+Blue) = 203+53+146=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3592 is #34CA6D. Grayscale: #6C6C6C. Windows color (decimal): -3459694 or 9582027. OLE color: 9582027.

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

Color convert

RGB 203 53 146 -
CMYK 0 0.74 0.28 0.20
HSL 322.8º 0.59% 0.5% -
HSV(B) 322.8º 0.74% 0.8% -
XYZ 31.09 17.32 28.9 -
YUV 108.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 203 53 146 0 0.74 0.28 0.20 322.8 0.59 0.5
Hex CB 35 92 0 4A 1C 14 143 3B 32
Octal 313 65 222 0 112 34 24 503 73 62
Binary 11001011 110101 10010010 0 1001010 11100 10100 101000011 111011 110010

Color Harmonies of #CB3592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3592

Black with #CB3592

Text Example


Text Example

White with #CB3592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3592; }

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

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

background-color css

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

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

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

border-color css

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

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

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