Html Css Color HEX #CB3297 Medium Red Violet

📋 copy color: '#CB3297'

red 203 ◦ green 50 ◦ blue 151

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

Shades of Medium Red Violet #CB3297

Tints of Medium Red Violet #CB3297

RGB

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

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

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

R = 50.25%
G = 12.38%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB3297 (or 0xCB3297) is known color: Medium Red Violet. HEX triplet: CB, 32 and 97. RGB value is (203,50,151). Sum of RGB (Red+Green+Blue) = 203+50+151=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3297 is #34CD68. Grayscale: #6B6B6B. Windows color (decimal): -3460457 or 9908939. OLE color: 9908939.

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

Color convert

RGB 203 50 151 -
CMYK 0 0.75 0.26 0.20
HSL 320.39º 0.6% 0.5% -
HSV(B) 320.39º 0.75% 0.8% -
XYZ 31.36 17.21 30.95 -
YUV 107.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 203 50 151 0 0.75 0.26 0.20 320.39 0.6 0.5
Hex CB 32 97 0 4B 1A 14 140 3C 32
Octal 313 62 227 0 113 32 24 500 74 62
Binary 11001011 110010 10010111 0 1001011 11010 10100 101000000 111100 110010

Color Harmonies of #CB3297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3297

Black with #CB3297

Text Example


Text Example

White with #CB3297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3297; }

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

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

background-color css

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

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

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

border-color css

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

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

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