Html Css Color HEX #CB329F Medium Red Violet

📋 copy color: '#CB329F'

red 203 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #CB329F

Tints of Medium Red Violet #CB329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.59%

R = 49.27%
G = 12.14%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB329F (or 0xCB329F) is known color: Medium Red Violet. HEX triplet: CB, 32 and 9F. RGB value is (203,50,159). Sum of RGB (Red+Green+Blue) = 203+50+159=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB329F is #34CD60. Grayscale: #6B6B6B. Windows color (decimal): -3460449 or 10433227. OLE color: 10433227.

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

Color convert

RGB 203 50 159 -
CMYK 0 0.75 0.22 0.20
HSL 317.25º 0.6% 0.5% -
HSV(B) 317.25º 0.75% 0.8% -
XYZ 32.03 17.48 34.49 -
YUV 108.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 203 50 159 0 0.75 0.22 0.20 317.25 0.6 0.5
Hex CB 32 9F 0 4B 16 14 13D 3C 32
Octal 313 62 237 0 113 26 24 475 74 62
Binary 11001011 110010 10011111 0 1001011 10110 10100 100111101 111100 110010

Color Harmonies of #CB329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB329F

Black with #CB329F

Text Example


Text Example

White with #CB329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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