Html Css Color HEX #CB23AD Medium Violet Red

📋 copy color: '#CB23AD'

red 203 ◦ green 35 ◦ blue 173

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

Shades of Medium Violet Red #CB23AD

Tints of Medium Violet Red #CB23AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.52%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 49.39%
G = 8.52%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB23AD (or 0xCB23AD) is known color: Medium Violet Red. HEX triplet: CB, 23 and AD. RGB value is (203,35,173). Sum of RGB (Red+Green+Blue) = 203+35+173=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB23AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB23AD is #34DC52. Grayscale: #646464. Windows color (decimal): -3464275 or 11346891. OLE color: 11346891.

HSL color Cylindrical-coordinate representation of color #CB23AD: hue angle of 310.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB23AD is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 173 -
CMYK 0 0.83 0.15 0.20
HSL 310.71º 0.71% 0.47% -
HSV(B) 310.71º 0.83% 0.8% -
XYZ 32.77 16.92 41.07 -
YUV 100.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 203 35 173 0 0.83 0.15 0.20 310.71 0.71 0.47
Hex CB 23 AD 0 53 F 14 137 47 2F
Octal 313 43 255 0 123 17 24 467 107 57
Binary 11001011 100011 10101101 0 1010011 1111 10100 100110111 1000111 101111

Color Harmonies of #CB23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB23AD

Black with #CB23AD

Text Example


Text Example

White with #CB23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB23AD; }

 p { color: rgb(203,35,173); }

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

background-color css

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

 a { background-color: rgb(203,35,173); }

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

border-color css

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

 span { border-color: rgb(203,35,173); }

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