Html Css Color HEX #CB2498 Medium Violet Red

📋 copy color: '#CB2498'

red 203 ◦ green 36 ◦ blue 152

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

Shades of Medium Violet Red #CB2498

Tints of Medium Violet Red #CB2498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.21%

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

R = 51.92%
G = 9.21%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB2498 (or 0xCB2498) is known color: Medium Violet Red. HEX triplet: CB, 24 and 98. RGB value is (203,36,152). Sum of RGB (Red+Green+Blue) = 203+36+152=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2498 is #34DB67. Grayscale: #626262. Windows color (decimal): -3464040 or 9970891. OLE color: 9970891.

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

Color convert

RGB 203 36 152 -
CMYK 0 0.82 0.25 0.20
HSL 318.32º 0.7% 0.47% -
HSV(B) 318.32º 0.82% 0.8% -
XYZ 30.93 16.23 31.21 -
YUV 99.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 203 36 152 0 0.82 0.25 0.20 318.32 0.7 0.47
Hex CB 24 98 0 52 19 14 13E 46 2F
Octal 313 44 230 0 122 31 24 476 106 57
Binary 11001011 100100 10011000 0 1010010 11001 10100 100111110 1000110 101111

Color Harmonies of #CB2498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2498

Black with #CB2498

Text Example


Text Example

White with #CB2498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2498; }

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

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

background-color css

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

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

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

border-color css

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

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

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