Html Css Color HEX #CB299E Medium Red Violet

📋 copy color: '#CB299E'

red 203 ◦ green 41 ◦ blue 158

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

Shades of Medium Red Violet #CB299E

Tints of Medium Red Violet #CB299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 50.5%
G = 10.2%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB299E (or 0xCB299E) is known color: Medium Red Violet. HEX triplet: CB, 29 and 9E. RGB value is (203,41,158). Sum of RGB (Red+Green+Blue) = 203+41+158=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB299E is #34D661. Grayscale: #666666. Windows color (decimal): -3462754 or 10365387. OLE color: 10365387.

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

Color convert

RGB 203 41 158 -
CMYK 0 0.80 0.22 0.20
HSL 316.67º 0.66% 0.48% -
HSV(B) 316.67º 0.8% 0.8% -
XYZ 31.59 16.75 33.92 -
YUV 102.78 159.17 199.49 -
System Red Green Blue C M Y K H S L
Decimal 203 41 158 0 0.80 0.22 0.20 316.67 0.66 0.48
Hex CB 29 9E 0 50 16 14 13D 42 30
Octal 313 51 236 0 120 26 24 475 102 60
Binary 11001011 101001 10011110 0 1010000 10110 10100 100111101 1000010 110000

Color Harmonies of #CB299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB299E

Black with #CB299E

Text Example


Text Example

White with #CB299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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