Html Css Color HEX #CB27AD Medium Violet Red

📋 copy color: '#CB27AD'

red 203 ◦ green 39 ◦ blue 173

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

Shades of Medium Violet Red #CB27AD

Tints of Medium Violet Red #CB27AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.4%

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

R = 48.92%
G = 9.4%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB27AD (or 0xCB27AD) is known color: Medium Violet Red. HEX triplet: CB, 27 and AD. RGB value is (203,39,173). Sum of RGB (Red+Green+Blue) = 203+39+173=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB27AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB27AD is #34D852. Grayscale: #666666. Windows color (decimal): -3463251 or 11347915. OLE color: 11347915.

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

Color convert

RGB 203 39 173 -
CMYK 0 0.81 0.15 0.20
HSL 310.98º 0.68% 0.47% -
HSV(B) 310.98º 0.81% 0.8% -
XYZ 32.9 17.16 41.11 -
YUV 103.31 167.33 199.1 -
System Red Green Blue C M Y K H S L
Decimal 203 39 173 0 0.81 0.15 0.20 310.98 0.68 0.47
Hex CB 27 AD 0 51 F 14 137 44 2F
Octal 313 47 255 0 121 17 24 467 104 57
Binary 11001011 100111 10101101 0 1010001 1111 10100 100110111 1000100 101111

Color Harmonies of #CB27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB27AD

Black with #CB27AD

Text Example


Text Example

White with #CB27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB27AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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