Html Css Color HEX #CB248A Medium Violet Red

📋 copy color: '#CB248A'

red 203 ◦ green 36 ◦ blue 138

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

Shades of Medium Violet Red #CB248A

Tints of Medium Violet Red #CB248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 53.85%
G = 9.55%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB248A (or 0xCB248A) is known color: Medium Violet Red. HEX triplet: CB, 24 and 8A. RGB value is (203,36,138). Sum of RGB (Red+Green+Blue) = 203+36+138=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB248A is #34DB75. Grayscale: #616161. Windows color (decimal): -3464054 or 9053387. OLE color: 9053387.

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

Color convert

RGB 203 36 138 -
CMYK 0 0.82 0.32 0.20
HSL 323.35º 0.7% 0.47% -
HSV(B) 323.35º 0.82% 0.8% -
XYZ 29.85 15.79 25.52 -
YUV 97.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 203 36 138 0 0.82 0.32 0.20 323.35 0.7 0.47
Hex CB 24 8A 0 52 20 14 143 46 2F
Octal 313 44 212 0 122 40 24 503 106 57
Binary 11001011 100100 10001010 0 1010010 100000 10100 101000011 1000110 101111

Color Harmonies of #CB248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB248A

Black with #CB248A

Text Example


Text Example

White with #CB248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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