Html Css Color HEX #CB298F Medium Red Violet

📋 copy color: '#CB298F'

red 203 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #CB298F

Tints of Medium Red Violet #CB298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 52.45%
G = 10.59%
B = 36.95%

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

#CB298F (or 0xCB298F) is known color: Medium Red Violet. HEX triplet: CB, 29 and 8F. RGB value is (203,41,143). Sum of RGB (Red+Green+Blue) = 203+41+143=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB298F is #34D670. Grayscale: #646464. Windows color (decimal): -3462769 or 9382347. OLE color: 9382347.

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

Color convert

RGB 203 41 143 -
CMYK 0 0.80 0.30 0.20
HSL 322.22º 0.66% 0.48% -
HSV(B) 322.22º 0.8% 0.8% -
XYZ 30.38 16.27 27.52 -
YUV 101.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 203 41 143 0 0.80 0.30 0.20 322.22 0.66 0.48
Hex CB 29 8F 0 50 1E 14 142 42 30
Octal 313 51 217 0 120 36 24 502 102 60
Binary 11001011 101001 10001111 0 1010000 11110 10100 101000010 1000010 110000

Color Harmonies of #CB298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB298F

Black with #CB298F

Text Example


Text Example

White with #CB298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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