Html Css Color HEX #CB078C Medium Violet Red

📋 copy color: '#CB078C'

red 203 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #CB078C

Tints of Medium Violet Red #CB078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

 BLUE value IS 140 (55.08% from 255) = 40%

R = 58%
G = 2%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB078C (or 0xCB078C) is known color: Medium Violet Red. HEX triplet: CB, 07 and 8C. RGB value is (203,7,140). Sum of RGB (Red+Green+Blue) = 203+7+140=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB078C is #34F873. Grayscale: #505050. Windows color (decimal): -3471476 or 9177035. OLE color: 9177035.

HSL color Cylindrical-coordinate representation of color #CB078C: hue angle of 319.29º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB078C is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 140 -
CMYK 0 0.97 0.31 0.20
HSL 319.29º 0.93% 0.41% -
HSV(B) 319.29º 0.97% 0.8% -
XYZ 29.44 14.74 26.1 -
YUV 80.77 161.43 215.19 -
System Red Green Blue C M Y K H S L
Decimal 203 7 140 0 0.97 0.31 0.20 319.29 0.93 0.41
Hex CB 7 8C 0 61 1F 14 13F 5D 29
Octal 313 7 214 0 141 37 24 477 135 51
Binary 11001011 111 10001100 0 1100001 11111 10100 100111111 1011101 101001

Color Harmonies of #CB078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB078C

Black with #CB078C

Text Example


Text Example

White with #CB078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB078C; }

 p { color: rgb(203,7,140); }

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

background-color css

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

 a { background-color: rgb(203,7,140); }

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

border-color css

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

 span { border-color: rgb(203,7,140); }

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