Html Css Color HEX #CB3692 Medium Red Violet

📋 copy color: '#CB3692'

red 203 ◦ green 54 ◦ blue 146

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

Shades of Medium Red Violet #CB3692

Tints of Medium Red Violet #CB3692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.4%

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

R = 50.37%
G = 13.4%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB3692 (or 0xCB3692) is known color: Medium Red Violet. HEX triplet: CB, 36 and 92. RGB value is (203,54,146). Sum of RGB (Red+Green+Blue) = 203+54+146=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3692 is #34C96D. Grayscale: #6C6C6C. Windows color (decimal): -3459438 or 9582283. OLE color: 9582283.

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

Color convert

RGB 203 54 146 -
CMYK 0 0.73 0.28 0.20
HSL 322.95º 0.59% 0.5% -
HSV(B) 322.95º 0.73% 0.8% -
XYZ 31.14 17.41 28.91 -
YUV 109.04 148.86 195.02 -
System Red Green Blue C M Y K H S L
Decimal 203 54 146 0 0.73 0.28 0.20 322.95 0.59 0.5
Hex CB 36 92 0 49 1C 14 143 3B 32
Octal 313 66 222 0 111 34 24 503 73 62
Binary 11001011 110110 10010010 0 1001001 11100 10100 101000011 111011 110010

Color Harmonies of #CB3692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3692

Black with #CB3692

Text Example


Text Example

White with #CB3692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3692; }

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

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

background-color css

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

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

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

border-color css

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

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

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