Html Css Color HEX #CB3497 Medium Red Violet

📋 copy color: '#CB3497'

red 203 ◦ green 52 ◦ blue 151

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

Shades of Medium Red Violet #CB3497

Tints of Medium Red Violet #CB3497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.81%

 BLUE value IS 151 (59.38% from 255) = 37.19%

R = 50%
G = 12.81%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB3497 (or 0xCB3497) is known color: Medium Red Violet. HEX triplet: CB, 34 and 97. RGB value is (203,52,151). Sum of RGB (Red+Green+Blue) = 203+52+151=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3497 is #34CB68. Grayscale: #6C6C6C. Windows color (decimal): -3459945 or 9909451. OLE color: 9909451.

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

Color convert

RGB 203 52 151 -
CMYK 0 0.74 0.26 0.20
HSL 320.66º 0.59% 0.5% -
HSV(B) 320.66º 0.74% 0.8% -
XYZ 31.44 17.39 30.98 -
YUV 108.44 152.03 195.45 -
System Red Green Blue C M Y K H S L
Decimal 203 52 151 0 0.74 0.26 0.20 320.66 0.59 0.5
Hex CB 34 97 0 4A 1A 14 141 3B 32
Octal 313 64 227 0 112 32 24 501 73 62
Binary 11001011 110100 10010111 0 1001010 11010 10100 101000001 111011 110010

Color Harmonies of #CB3497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3497

Black with #CB3497

Text Example


Text Example

White with #CB3497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3497; }

 p { color: rgb(203,52,151); }

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

background-color css

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

 a { background-color: rgb(203,52,151); }

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

border-color css

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

 span { border-color: rgb(203,52,151); }

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