Html Css Color HEX #CB027C Medium Violet Red

📋 copy color: '#CB027C'

red 203 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #CB027C

Tints of Medium Violet Red #CB027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 61.7%
G = 0.61%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB027C (or 0xCB027C) is known color: Medium Violet Red. HEX triplet: CB, 02 and 7C. RGB value is (203,2,124). Sum of RGB (Red+Green+Blue) = 203+2+124=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB027C is #34FD83. Grayscale: #4B4B4B. Windows color (decimal): -3472772 or 8127179. OLE color: 8127179.

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

Color convert

RGB 203 2 124 -
CMYK 0 0.99 0.39 0.20
HSL 323.58º 0.98% 0.4% -
HSV(B) 323.58º 0.99% 0.8% -
XYZ 28.29 14.2 20.32 -
YUV 76.01 155.09 218.58 -
System Red Green Blue C M Y K H S L
Decimal 203 2 124 0 0.99 0.39 0.20 323.58 0.98 0.4
Hex CB 2 7C 0 63 27 14 144 62 28
Octal 313 2 174 0 143 47 24 504 142 50
Binary 11001011 10 1111100 0 1100011 100111 10100 101000100 1100010 101000

Color Harmonies of #CB027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB027C

Black with #CB027C

Text Example


Text Example

White with #CB027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB027C; }

 p { color: rgb(203,2,124); }

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

background-color css

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

 a { background-color: rgb(203,2,124); }

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

border-color css

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

 span { border-color: rgb(203,2,124); }

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