Html Css Color HEX #CB319F Medium Red Violet

📋 copy color: '#CB319F'

red 203 ◦ green 49 ◦ blue 159

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

Shades of Medium Red Violet #CB319F

Tints of Medium Red Violet #CB319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.92%

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

R = 49.39%
G = 11.92%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB319F (or 0xCB319F) is known color: Medium Red Violet. HEX triplet: CB, 31 and 9F. RGB value is (203,49,159). Sum of RGB (Red+Green+Blue) = 203+49+159=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB319F is #34CE60. Grayscale: #6B6B6B. Windows color (decimal): -3460705 or 10432971. OLE color: 10432971.

HSL color Cylindrical-coordinate representation of color #CB319F: hue angle of 317.14º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB319F is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 49 159 -
CMYK 0 0.76 0.22 0.20
HSL 317.14º 0.61% 0.49% -
HSV(B) 317.14º 0.76% 0.8% -
XYZ 31.98 17.4 34.47 -
YUV 107.59 157.02 196.06 -
System Red Green Blue C M Y K H S L
Decimal 203 49 159 0 0.76 0.22 0.20 317.14 0.61 0.49
Hex CB 31 9F 0 4C 16 14 13D 3D 31
Octal 313 61 237 0 114 26 24 475 75 61
Binary 11001011 110001 10011111 0 1001100 10110 10100 100111101 111101 110001

Color Harmonies of #CB319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB319F

Black with #CB319F

Text Example


Text Example

White with #CB319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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