Html Css Color HEX #CB3798 Medium Red Violet

📋 copy color: '#CB3798'

red 203 ◦ green 55 ◦ blue 152

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

Shades of Medium Red Violet #CB3798

Tints of Medium Red Violet #CB3798

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.41%

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 49.51%
G = 13.41%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB3798 (or 0xCB3798) is known color: Medium Red Violet. HEX triplet: CB, 37 and 98. RGB value is (203,55,152). Sum of RGB (Red+Green+Blue) = 203+55+152=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3798 is #34C867. Grayscale: #6E6E6E. Windows color (decimal): -3459176 or 9975755. OLE color: 9975755.

HSL color Cylindrical-coordinate representation of color #CB3798: hue angle of 320.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3798 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 152 -
CMYK 0 0.73 0.25 0.20
HSL 320.68º 0.59% 0.51% -
HSV(B) 320.68º 0.73% 0.8% -
XYZ 31.66 17.7 31.45 -
YUV 110.31 151.53 194.11 -
System Red Green Blue C M Y K H S L
Decimal 203 55 152 0 0.73 0.25 0.20 320.68 0.59 0.51
Hex CB 37 98 0 49 19 14 141 3B 33
Octal 313 67 230 0 111 31 24 501 73 63
Binary 11001011 110111 10011000 0 1001001 11001 10100 101000001 111011 110011

Color Harmonies of #CB3798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3798

Black with #CB3798

Text Example


Text Example

White with #CB3798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3798; }

 p { color: rgb(203,55,152); }

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

background-color css

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

 a { background-color: rgb(203,55,152); }

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

border-color css

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

 span { border-color: rgb(203,55,152); }

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