Html Css Color HEX #CB2997 Medium Red Violet

📋 copy color: '#CB2997'

red 203 ◦ green 41 ◦ blue 151

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

Shades of Medium Red Violet #CB2997

Tints of Medium Red Violet #CB2997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.38%

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

R = 51.39%
G = 10.38%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB2997 (or 0xCB2997) is known color: Medium Red Violet. HEX triplet: CB, 29 and 97. RGB value is (203,41,151). Sum of RGB (Red+Green+Blue) = 203+41+151=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2997 is #34D668. Grayscale: #656565. Windows color (decimal): -3462761 or 9906635. OLE color: 9906635.

HSL color Cylindrical-coordinate representation of color #CB2997: hue angle of 319.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2997 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 41 151 -
CMYK 0 0.80 0.26 0.20
HSL 319.26º 0.66% 0.48% -
HSV(B) 319.26º 0.8% 0.8% -
XYZ 31.01 16.52 30.83 -
YUV 101.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 203 41 151 0 0.80 0.26 0.20 319.26 0.66 0.48
Hex CB 29 97 0 50 1A 14 13F 42 30
Octal 313 51 227 0 120 32 24 477 102 60
Binary 11001011 101001 10010111 0 1010000 11010 10100 100111111 1000010 110000

Color Harmonies of #CB2997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2997

Black with #CB2997

Text Example


Text Example

White with #CB2997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2997; }

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

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

background-color css

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

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

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

border-color css

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

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

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