Html Css Color HEX #CB349D Medium Red Violet

📋 copy color: '#CB349D'

red 203 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #CB349D

Tints of Medium Red Violet #CB349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 49.27%
G = 12.62%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB349D (or 0xCB349D) is known color: Medium Red Violet. HEX triplet: CB, 34 and 9D. RGB value is (203,52,157). Sum of RGB (Red+Green+Blue) = 203+52+157=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB349D is #34CB62. Grayscale: #6C6C6C. Windows color (decimal): -3459939 or 10302667. OLE color: 10302667.

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

Color convert

RGB 203 52 157 -
CMYK 0 0.74 0.23 0.20
HSL 318.28º 0.59% 0.5% -
HSV(B) 318.28º 0.74% 0.8% -
XYZ 31.94 17.59 33.61 -
YUV 109.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 203 52 157 0 0.74 0.23 0.20 318.28 0.59 0.5
Hex CB 34 9D 0 4A 17 14 13E 3B 32
Octal 313 64 235 0 112 27 24 476 73 62
Binary 11001011 110100 10011101 0 1001010 10111 10100 100111110 111011 110010

Color Harmonies of #CB349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB349D

Black with #CB349D

Text Example


Text Example

White with #CB349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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