Html Css Color HEX #CB0098 Medium Violet Red

📋 copy color: '#CB0098'

red 203 ◦ green 0 ◦ blue 152

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

Shades of Medium Violet Red #CB0098

Tints of Medium Violet Red #CB0098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 152 (59.77% from 255) = 42.82%

R = 57.18%
G = 0%
B = 42.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB0098 (or 0xCB0098) is known color: Medium Violet Red. HEX triplet: CB, 00 and 98. RGB value is (203,0,152). Sum of RGB (Red+Green+Blue) = 203+0+152=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0098 is #34FF67. Grayscale: #4D4D4D. Windows color (decimal): -3473256 or 9961675. OLE color: 9961675.

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

Color convert

RGB 203 0 152 -
CMYK 0 1 0.25 0.20
HSL 315.07º 1% 0.4% -
HSV(B) 315.07º 1% 0.8% -
XYZ 30.3 14.96 31 -
YUV 78.03 169.75 217.14 -
System Red Green Blue C M Y K H S L
Decimal 203 0 152 0 1 0.25 0.20 315.07 1 0.4
Hex CB 0 98 0 64 19 14 13B 64 28
Octal 313 0 230 0 144 31 24 473 144 50
Binary 11001011 0 10011000 0 1100100 11001 10100 100111011 1100100 101000

Color Harmonies of #CB0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0098

Black with #CB0098

Text Example


Text Example

White with #CB0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0098; }

 p { color: rgb(203,0,152); }

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

background-color css

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

 a { background-color: rgb(203,0,152); }

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

border-color css

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

 span { border-color: rgb(203,0,152); }

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