Html Css Color HEX #CB27B0 Medium Violet Red

📋 copy color: '#CB27B0'

red 203 ◦ green 39 ◦ blue 176

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

Shades of Medium Violet Red #CB27B0

Tints of Medium Violet Red #CB27B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 48.56%
G = 9.33%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB27B0 (or 0xCB27B0) is known color: Medium Violet Red. HEX triplet: CB, 27 and B0. RGB value is (203,39,176). Sum of RGB (Red+Green+Blue) = 203+39+176=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB27B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB27B0 is #34D84F. Grayscale: #676767. Windows color (decimal): -3463248 or 11544523. OLE color: 11544523.

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

Color convert

RGB 203 39 176 -
CMYK 0 0.81 0.13 0.20
HSL 309.88º 0.68% 0.47% -
HSV(B) 309.88º 0.81% 0.8% -
XYZ 33.19 17.28 42.66 -
YUV 103.65 168.83 198.86 -
System Red Green Blue C M Y K H S L
Decimal 203 39 176 0 0.81 0.13 0.20 309.88 0.68 0.47
Hex CB 27 B0 0 51 D 14 136 44 2F
Octal 313 47 260 0 121 15 24 466 104 57
Binary 11001011 100111 10110000 0 1010001 1101 10100 100110110 1000100 101111

Color Harmonies of #CB27B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB27B0

Black with #CB27B0

Text Example


Text Example

White with #CB27B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB27B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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