Html Css Color HEX #CB349B Medium Red Violet

📋 copy color: '#CB349B'

red 203 ◦ green 52 ◦ blue 155

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

Shades of Medium Red Violet #CB349B

Tints of Medium Red Violet #CB349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 49.51%
G = 12.68%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB349B (or 0xCB349B) is known color: Medium Red Violet. HEX triplet: CB, 34 and 9B. RGB value is (203,52,155). Sum of RGB (Red+Green+Blue) = 203+52+155=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB349B is #34CB64. Grayscale: #6C6C6C. Windows color (decimal): -3459941 or 10171595. OLE color: 10171595.

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

Color convert

RGB 203 52 155 -
CMYK 0 0.74 0.24 0.20
HSL 319.07º 0.59% 0.5% -
HSV(B) 319.07º 0.74% 0.8% -
XYZ 31.77 17.52 32.72 -
YUV 108.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 203 52 155 0 0.74 0.24 0.20 319.07 0.59 0.5
Hex CB 34 9B 0 4A 18 14 13F 3B 32
Octal 313 64 233 0 112 30 24 477 73 62
Binary 11001011 110100 10011011 0 1001010 11000 10100 100111111 111011 110010

Color Harmonies of #CB349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB349B

Black with #CB349B

Text Example


Text Example

White with #CB349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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