Html Css Color HEX #CB30AA Medium Red Violet

📋 copy color: '#CB30AA'

red 203 ◦ green 48 ◦ blue 170

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

Shades of Medium Red Violet #CB30AA

Tints of Medium Red Violet #CB30AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 48.22%
G = 11.4%
B = 40.38%

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

#CB30AA (or 0xCB30AA) is known color: Medium Red Violet. HEX triplet: CB, 30 and AA. RGB value is (203,48,170). Sum of RGB (Red+Green+Blue) = 203+48+170=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB30AA is #34CF55. Grayscale: #6B6B6B. Windows color (decimal): -3460950 or 11153611. OLE color: 11153611.

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

Color convert

RGB 203 48 170 -
CMYK 0 0.76 0.16 0.20
HSL 312.77º 0.62% 0.49% -
HSV(B) 312.77º 0.76% 0.8% -
XYZ 32.94 17.71 39.71 -
YUV 108.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 203 48 170 0 0.76 0.16 0.20 312.77 0.62 0.49
Hex CB 30 AA 0 4C 10 14 139 3E 31
Octal 313 60 252 0 114 20 24 471 76 61
Binary 11001011 110000 10101010 0 1001100 10000 10100 100111001 111110 110001

Color Harmonies of #CB30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30AA

Black with #CB30AA

Text Example


Text Example

White with #CB30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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