Html Css Color HEX #CB319D Medium Red Violet

📋 copy color: '#CB319D'

red 203 ◦ green 49 ◦ blue 157

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

Shades of Medium Red Violet #CB319D

Tints of Medium Red Violet #CB319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 49.63%
G = 11.98%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB319D (or 0xCB319D) is known color: Medium Red Violet. HEX triplet: CB, 31 and 9D. RGB value is (203,49,157). Sum of RGB (Red+Green+Blue) = 203+49+157=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB319D is #34CE62. Grayscale: #6B6B6B. Windows color (decimal): -3460707 or 10301899. OLE color: 10301899.

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

Color convert

RGB 203 49 157 -
CMYK 0 0.76 0.23 0.20
HSL 317.92º 0.61% 0.49% -
HSV(B) 317.92º 0.76% 0.8% -
XYZ 31.81 17.33 33.57 -
YUV 107.36 156.02 196.22 -
System Red Green Blue C M Y K H S L
Decimal 203 49 157 0 0.76 0.23 0.20 317.92 0.61 0.49
Hex CB 31 9D 0 4C 17 14 13E 3D 31
Octal 313 61 235 0 114 27 24 476 75 61
Binary 11001011 110001 10011101 0 1001100 10111 10100 100111110 111101 110001

Color Harmonies of #CB319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB319D

Black with #CB319D

Text Example


Text Example

White with #CB319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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