Html Css Color HEX #CB249A Medium Violet Red

📋 copy color: '#CB249A'

red 203 ◦ green 36 ◦ blue 154

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

Shades of Medium Violet Red #CB249A

Tints of Medium Violet Red #CB249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 51.65%
G = 9.16%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB249A (or 0xCB249A) is known color: Medium Violet Red. HEX triplet: CB, 24 and 9A. RGB value is (203,36,154). Sum of RGB (Red+Green+Blue) = 203+36+154=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB249A is #34DB65. Grayscale: #636363. Windows color (decimal): -3464038 or 10101963. OLE color: 10101963.

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

Color convert

RGB 203 36 154 -
CMYK 0 0.82 0.24 0.20
HSL 317.6º 0.7% 0.47% -
HSV(B) 317.6º 0.82% 0.8% -
XYZ 31.09 16.29 32.08 -
YUV 99.39 158.83 201.91 -
System Red Green Blue C M Y K H S L
Decimal 203 36 154 0 0.82 0.24 0.20 317.6 0.7 0.47
Hex CB 24 9A 0 52 18 14 13E 46 2F
Octal 313 44 232 0 122 30 24 476 106 57
Binary 11001011 100100 10011010 0 1010010 11000 10100 100111110 1000110 101111

Color Harmonies of #CB249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB249A

Black with #CB249A

Text Example


Text Example

White with #CB249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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