Html Css Color HEX #CB097B Medium Violet Red

📋 copy color: '#CB097B'

red 203 ◦ green 9 ◦ blue 123

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

Shades of Medium Violet Red #CB097B

Tints of Medium Violet Red #CB097B

RGB

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

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

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

R = 60.6%
G = 2.69%
B = 36.72%

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

#CB097B (or 0xCB097B) is known color: Medium Violet Red. HEX triplet: CB, 09 and 7B. RGB value is (203,9,123). Sum of RGB (Red+Green+Blue) = 203+9+123=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB097B is #34F684. Grayscale: #4F4F4F. Windows color (decimal): -3470981 or 8063435. OLE color: 8063435.

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

Color convert

RGB 203 9 123 -
CMYK 0 0.96 0.39 0.20
HSL 324.74º 0.92% 0.42% -
HSV(B) 324.74º 0.96% 0.8% -
XYZ 28.3 14.32 20.01 -
YUV 80 152.27 215.73 -
System Red Green Blue C M Y K H S L
Decimal 203 9 123 0 0.96 0.39 0.20 324.74 0.92 0.42
Hex CB 9 7B 0 60 27 14 145 5C 2A
Octal 313 11 173 0 140 47 24 505 134 52
Binary 11001011 1001 1111011 0 1100000 100111 10100 101000101 1011100 101010

Color Harmonies of #CB097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB097B

Black with #CB097B

Text Example


Text Example

White with #CB097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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