Html Css Color HEX #CB1298 Medium Violet Red

📋 copy color: '#CB1298'

red 203 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #CB1298

Tints of Medium Violet Red #CB1298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.83%

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

R = 54.42%
G = 4.83%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB1298 (or 0xCB1298) is known color: Medium Violet Red. HEX triplet: CB, 12 and 98. RGB value is (203,18,152). Sum of RGB (Red+Green+Blue) = 203+18+152=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1298 is #34ED67. Grayscale: #585858. Windows color (decimal): -3468648 or 9966283. OLE color: 9966283.

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

Color convert

RGB 203 18 152 -
CMYK 0 0.91 0.25 0.20
HSL 316.54º 0.84% 0.43% -
HSV(B) 316.54º 0.91% 0.8% -
XYZ 30.51 15.4 31.07 -
YUV 88.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 203 18 152 0 0.91 0.25 0.20 316.54 0.84 0.43
Hex CB 12 98 0 5B 19 14 13D 54 2B
Octal 313 22 230 0 133 31 24 475 124 53
Binary 11001011 10010 10011000 0 1011011 11001 10100 100111101 1010100 101011

Color Harmonies of #CB1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1298

Black with #CB1298

Text Example


Text Example

White with #CB1298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1298; }

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

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

background-color css

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

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

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

border-color css

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

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

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