Html Css Color HEX #CB349A Medium Red Violet

📋 copy color: '#CB349A'

red 203 ◦ green 52 ◦ blue 154

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

Shades of Medium Red Violet #CB349A

Tints of Medium Red Violet #CB349A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 49.63%
G = 12.71%
B = 37.65%

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

#CB349A (or 0xCB349A) is known color: Medium Red Violet. HEX triplet: CB, 34 and 9A. RGB value is (203,52,154). Sum of RGB (Red+Green+Blue) = 203+52+154=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB349A is #34CB65. Grayscale: #6C6C6C. Windows color (decimal): -3459942 or 10106059. OLE color: 10106059.

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

Color convert

RGB 203 52 154 -
CMYK 0 0.74 0.24 0.20
HSL 319.47º 0.59% 0.5% -
HSV(B) 319.47º 0.74% 0.8% -
XYZ 31.69 17.49 32.28 -
YUV 108.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 203 52 154 0 0.74 0.24 0.20 319.47 0.59 0.5
Hex CB 34 9A 0 4A 18 14 13F 3B 32
Octal 313 64 232 0 112 30 24 477 73 62
Binary 11001011 110100 10011010 0 1001010 11000 10100 100111111 111011 110010

Color Harmonies of #CB349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB349A

Black with #CB349A

Text Example


Text Example

White with #CB349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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