Html Css Color HEX #CB31A2 Medium Red Violet

📋 copy color: '#CB31A2'

red 203 ◦ green 49 ◦ blue 162

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

Shades of Medium Red Violet #CB31A2

Tints of Medium Red Violet #CB31A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.13%

R = 49.03%
G = 11.84%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CB31A2 (or 0xCB31A2) is known color: Medium Red Violet. HEX triplet: CB, 31 and A2. RGB value is (203,49,162). Sum of RGB (Red+Green+Blue) = 203+49+162=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB31A2 is #34CE5D. Grayscale: #6B6B6B. Windows color (decimal): -3460702 or 10629579. OLE color: 10629579.

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

Color convert

RGB 203 49 162 -
CMYK 0 0.76 0.20 0.20
HSL 315.97º 0.61% 0.49% -
HSV(B) 315.97º 0.76% 0.8% -
XYZ 32.25 17.5 35.86 -
YUV 107.93 158.52 195.81 -
System Red Green Blue C M Y K H S L
Decimal 203 49 162 0 0.76 0.20 0.20 315.97 0.61 0.49
Hex CB 31 A2 0 4C 14 14 13C 3D 31
Octal 313 61 242 0 114 24 24 474 75 61
Binary 11001011 110001 10100010 0 1001100 10100 10100 100111100 111101 110001

Color Harmonies of #CB31A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB31A2

Black with #CB31A2

Text Example


Text Example

White with #CB31A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB31A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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