Html Css Color HEX #CB027F Medium Violet Red

📋 copy color: '#CB027F'

red 203 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #CB027F

Tints of Medium Violet Red #CB027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.25%

R = 61.14%
G = 0.6%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB027F (or 0xCB027F) is known color: Medium Violet Red. HEX triplet: CB, 02 and 7F. RGB value is (203,2,127). Sum of RGB (Red+Green+Blue) = 203+2+127=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB027F is #34FD80. Grayscale: #4C4C4C. Windows color (decimal): -3472769 or 8323787. OLE color: 8323787.

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

Color convert

RGB 203 2 127 -
CMYK 0 0.99 0.37 0.20
HSL 322.69º 0.98% 0.4% -
HSV(B) 322.69º 0.99% 0.8% -
XYZ 28.48 14.27 21.33 -
YUV 76.35 156.59 218.34 -
System Red Green Blue C M Y K H S L
Decimal 203 2 127 0 0.99 0.37 0.20 322.69 0.98 0.4
Hex CB 2 7F 0 63 25 14 143 62 28
Octal 313 2 177 0 143 45 24 503 142 50
Binary 11001011 10 1111111 0 1100011 100101 10100 101000011 1100010 101000

Color Harmonies of #CB027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB027F

Black with #CB027F

Text Example


Text Example

White with #CB027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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