Html Css Color HEX #CB30AB Medium Red Violet

📋 copy color: '#CB30AB'

red 203 ◦ green 48 ◦ blue 171

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

Shades of Medium Red Violet #CB30AB

Tints of Medium Red Violet #CB30AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.37%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 48.1%
G = 11.37%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB30AB (or 0xCB30AB) is known color: Medium Red Violet. HEX triplet: CB, 30 and AB. RGB value is (203,48,171). Sum of RGB (Red+Green+Blue) = 203+48+171=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB30AB is #34CF54. Grayscale: #6C6C6C. Windows color (decimal): -3460949 or 11219147. OLE color: 11219147.

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

Color convert

RGB 203 48 171 -
CMYK 0 0.76 0.16 0.20
HSL 312.39º 0.62% 0.49% -
HSV(B) 312.39º 0.76% 0.8% -
XYZ 33.04 17.75 40.21 -
YUV 108.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 203 48 171 0 0.76 0.16 0.20 312.39 0.62 0.49
Hex CB 30 AB 0 4C 10 14 138 3E 31
Octal 313 60 253 0 114 20 24 470 76 61
Binary 11001011 110000 10101011 0 1001100 10000 10100 100111000 111110 110001

Color Harmonies of #CB30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30AB

Black with #CB30AB

Text Example


Text Example

White with #CB30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30AB; }

 p { color: rgb(203,48,171); }

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

background-color css

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

 a { background-color: rgb(203,48,171); }

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

border-color css

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

 span { border-color: rgb(203,48,171); }

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