Html Css Color HEX #CB298E Medium Red Violet

📋 copy color: '#CB298E'

red 203 ◦ green 41 ◦ blue 142

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

Shades of Medium Red Violet #CB298E

Tints of Medium Red Violet #CB298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.62%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 52.59%
G = 10.62%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB298E (or 0xCB298E) is known color: Medium Red Violet. HEX triplet: CB, 29 and 8E. RGB value is (203,41,142). Sum of RGB (Red+Green+Blue) = 203+41+142=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB298E is #34D671. Grayscale: #646464. Windows color (decimal): -3462770 or 9316811. OLE color: 9316811.

HSL color Cylindrical-coordinate representation of color #CB298E: hue angle of 322.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB298E is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 41 142 -
CMYK 0 0.80 0.30 0.20
HSL 322.59º 0.66% 0.48% -
HSV(B) 322.59º 0.8% 0.8% -
XYZ 30.3 16.24 27.13 -
YUV 100.95 151.17 200.79 -
System Red Green Blue C M Y K H S L
Decimal 203 41 142 0 0.80 0.30 0.20 322.59 0.66 0.48
Hex CB 29 8E 0 50 1E 14 143 42 30
Octal 313 51 216 0 120 36 24 503 102 60
Binary 11001011 101001 10001110 0 1010000 11110 10100 101000011 1000010 110000

Color Harmonies of #CB298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB298E

Black with #CB298E

Text Example


Text Example

White with #CB298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB298E; }

 p { color: rgb(203,41,142); }

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

background-color css

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

 a { background-color: rgb(203,41,142); }

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

border-color css

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

 span { border-color: rgb(203,41,142); }

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