Html Css Color HEX #CB3695 Medium Red Violet

📋 copy color: '#CB3695'

red 203 ◦ green 54 ◦ blue 149

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

Shades of Medium Red Violet #CB3695

Tints of Medium Red Violet #CB3695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 50%
G = 13.3%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB3695 (or 0xCB3695) is known color: Medium Red Violet. HEX triplet: CB, 36 and 95. RGB value is (203,54,149). Sum of RGB (Red+Green+Blue) = 203+54+149=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3695 is #34C96A. Grayscale: #6D6D6D. Windows color (decimal): -3459435 or 9778891. OLE color: 9778891.

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

Color convert

RGB 203 54 149 -
CMYK 0 0.73 0.27 0.20
HSL 321.75º 0.59% 0.5% -
HSV(B) 321.75º 0.73% 0.8% -
XYZ 31.37 17.5 30.16 -
YUV 109.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 203 54 149 0 0.73 0.27 0.20 321.75 0.59 0.5
Hex CB 36 95 0 49 1B 14 142 3B 32
Octal 313 66 225 0 111 33 24 502 73 62
Binary 11001011 110110 10010101 0 1001001 11011 10100 101000010 111011 110010

Color Harmonies of #CB3695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3695

Black with #CB3695

Text Example


Text Example

White with #CB3695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3695; }

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

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

background-color css

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

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

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

border-color css

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

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

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