Html Css Color HEX #CB249E Medium Violet Red

📋 copy color: '#CB249E'

red 203 ◦ green 36 ◦ blue 158

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

Shades of Medium Violet Red #CB249E

Tints of Medium Violet Red #CB249E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 51.13%
G = 9.07%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB249E (or 0xCB249E) is known color: Medium Violet Red. HEX triplet: CB, 24 and 9E. RGB value is (203,36,158). Sum of RGB (Red+Green+Blue) = 203+36+158=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB249E is #34DB61. Grayscale: #636363. Windows color (decimal): -3464034 or 10364107. OLE color: 10364107.

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

Color convert

RGB 203 36 158 -
CMYK 0 0.82 0.22 0.20
HSL 316.17º 0.7% 0.47% -
HSV(B) 316.17º 0.82% 0.8% -
XYZ 31.43 16.43 33.86 -
YUV 99.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 203 36 158 0 0.82 0.22 0.20 316.17 0.7 0.47
Hex CB 24 9E 0 52 16 14 13C 46 2F
Octal 313 44 236 0 122 26 24 474 106 57
Binary 11001011 100100 10011110 0 1010010 10110 10100 100111100 1000110 101111

Color Harmonies of #CB249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB249E

Black with #CB249E

Text Example


Text Example

White with #CB249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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