Html Css Color HEX #CB097C Medium Violet Red

📋 copy color: '#CB097C'

red 203 ◦ green 9 ◦ blue 124

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

Shades of Medium Violet Red #CB097C

Tints of Medium Violet Red #CB097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.68%

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

R = 60.42%
G = 2.68%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB097C (or 0xCB097C) is known color: Medium Violet Red. HEX triplet: CB, 09 and 7C. RGB value is (203,9,124). Sum of RGB (Red+Green+Blue) = 203+9+124=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB097C is #34F683. Grayscale: #4F4F4F. Windows color (decimal): -3470980 or 8128971. OLE color: 8128971.

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

Color convert

RGB 203 9 124 -
CMYK 0 0.96 0.39 0.20
HSL 324.43º 0.92% 0.42% -
HSV(B) 324.43º 0.96% 0.8% -
XYZ 28.36 14.35 20.34 -
YUV 80.12 152.77 215.65 -
System Red Green Blue C M Y K H S L
Decimal 203 9 124 0 0.96 0.39 0.20 324.43 0.92 0.42
Hex CB 9 7C 0 60 27 14 144 5C 2A
Octal 313 11 174 0 140 47 24 504 134 52
Binary 11001011 1001 1111100 0 1100000 100111 10100 101000100 1011100 101010

Color Harmonies of #CB097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB097C

Black with #CB097C

Text Example


Text Example

White with #CB097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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