Html Css Color HEX #CB1D98 Medium Violet Red

📋 copy color: '#CB1D98'

red 203 ◦ green 29 ◦ blue 152

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

Shades of Medium Violet Red #CB1D98

Tints of Medium Violet Red #CB1D98

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.55%

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

R = 52.86%
G = 7.55%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB1D98 (or 0xCB1D98) is known color: Medium Violet Red. HEX triplet: CB, 1D and 98. RGB value is (203,29,152). Sum of RGB (Red+Green+Blue) = 203+29+152=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1D98 is #34E267. Grayscale: #5E5E5E. Windows color (decimal): -3465832 or 9969099. OLE color: 9969099.

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

Color convert

RGB 203 29 152 -
CMYK 0 0.86 0.25 0.20
HSL 317.59º 0.75% 0.45% -
HSV(B) 317.59º 0.86% 0.8% -
XYZ 30.74 15.84 31.14 -
YUV 95.05 160.15 205 -
System Red Green Blue C M Y K H S L
Decimal 203 29 152 0 0.86 0.25 0.20 317.59 0.75 0.45
Hex CB 1D 98 0 56 19 14 13E 4B 2D
Octal 313 35 230 0 126 31 24 476 113 55
Binary 11001011 11101 10011000 0 1010110 11001 10100 100111110 1001011 101101

Color Harmonies of #CB1D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D98

Black with #CB1D98

Text Example


Text Example

White with #CB1D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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