Html Css Color HEX #CB3495 Medium Red Violet

📋 copy color: '#CB3495'

red 203 ◦ green 52 ◦ blue 149

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

Shades of Medium Red Violet #CB3495

Tints of Medium Red Violet #CB3495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.87%

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 50.25%
G = 12.87%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB3495 (or 0xCB3495) is known color: Medium Red Violet. HEX triplet: CB, 34 and 95. RGB value is (203,52,149). Sum of RGB (Red+Green+Blue) = 203+52+149=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3495 is #34CB6A. Grayscale: #6B6B6B. Windows color (decimal): -3459947 or 9778379. OLE color: 9778379.

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

Color convert

RGB 203 52 149 -
CMYK 0 0.74 0.27 0.20
HSL 321.46º 0.59% 0.5% -
HSV(B) 321.46º 0.74% 0.8% -
XYZ 31.28 17.32 30.13 -
YUV 108.21 151.03 195.61 -
System Red Green Blue C M Y K H S L
Decimal 203 52 149 0 0.74 0.27 0.20 321.46 0.59 0.5
Hex CB 34 95 0 4A 1B 14 141 3B 32
Octal 313 64 225 0 112 33 24 501 73 62
Binary 11001011 110100 10010101 0 1001010 11011 10100 101000001 111011 110010

Color Harmonies of #CB3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3495

Black with #CB3495

Text Example


Text Example

White with #CB3495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3495; }

 p { color: rgb(203,52,149); }

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

background-color css

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

 a { background-color: rgb(203,52,149); }

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

border-color css

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

 span { border-color: rgb(203,52,149); }

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