Html Css Color HEX #CB30AC Medium Red Violet

📋 copy color: '#CB30AC'

red 203 ◦ green 48 ◦ blue 172

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

Shades of Medium Red Violet #CB30AC

Tints of Medium Red Violet #CB30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 47.99%
G = 11.35%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB30AC (or 0xCB30AC) is known color: Medium Red Violet. HEX triplet: CB, 30 and AC. RGB value is (203,48,172). Sum of RGB (Red+Green+Blue) = 203+48+172=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB30AC is #34CF53. Grayscale: #6C6C6C. Windows color (decimal): -3460948 or 11284683. OLE color: 11284683.

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

Color convert

RGB 203 48 172 -
CMYK 0 0.76 0.15 0.20
HSL 312º 0.62% 0.49% -
HSV(B) 312º 0.76% 0.8% -
XYZ 33.13 17.79 40.72 -
YUV 108.48 163.85 195.42 -
System Red Green Blue C M Y K H S L
Decimal 203 48 172 0 0.76 0.15 0.20 312 0.62 0.49
Hex CB 30 AC 0 4C F 14 138 3E 31
Octal 313 60 254 0 114 17 24 470 76 61
Binary 11001011 110000 10101100 0 1001100 1111 10100 100111000 111110 110001

Color Harmonies of #CB30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30AC

Black with #CB30AC

Text Example


Text Example

White with #CB30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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