Html Css Color HEX #CB127B Medium Violet Red

📋 copy color: '#CB127B'

red 203 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #CB127B

Tints of Medium Violet Red #CB127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.23%

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 59.01%
G = 5.23%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB127B (or 0xCB127B) is known color: Medium Violet Red. HEX triplet: CB, 12 and 7B. RGB value is (203,18,123). Sum of RGB (Red+Green+Blue) = 203+18+123=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB127B is #34ED84. Grayscale: #555555. Windows color (decimal): -3468677 or 8065739. OLE color: 8065739.

HSL color Cylindrical-coordinate representation of color #CB127B: hue angle of 325.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB127B is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 18 123 -
CMYK 0 0.91 0.39 0.20
HSL 325.95º 0.84% 0.43% -
HSV(B) 325.95º 0.91% 0.8% -
XYZ 28.42 14.56 20.05 -
YUV 85.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 203 18 123 0 0.91 0.39 0.20 325.95 0.84 0.43
Hex CB 12 7B 0 5B 27 14 146 54 2B
Octal 313 22 173 0 133 47 24 506 124 53
Binary 11001011 10010 1111011 0 1011011 100111 10100 101000110 1010100 101011

Color Harmonies of #CB127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB127B

Black with #CB127B

Text Example


Text Example

White with #CB127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB127B; }

 p { color: rgb(203,18,123); }

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

background-color css

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

 a { background-color: rgb(203,18,123); }

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

border-color css

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

 span { border-color: rgb(203,18,123); }

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