Html Css Color HEX #CB229D Medium Violet Red

📋 copy color: '#CB229D'

red 203 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #CB229D

Tints of Medium Violet Red #CB229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.63%

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

R = 51.52%
G = 8.63%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB229D (or 0xCB229D) is known color: Medium Violet Red. HEX triplet: CB, 22 and 9D. RGB value is (203,34,157). Sum of RGB (Red+Green+Blue) = 203+34+157=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB229D is #34DD62. Grayscale: #626262. Windows color (decimal): -3464547 or 10298059. OLE color: 10298059.

HSL color Cylindrical-coordinate representation of color #CB229D: hue angle of 316.33º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB229D is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 34 157 -
CMYK 0 0.83 0.23 0.20
HSL 316.33º 0.71% 0.46% -
HSV(B) 316.33º 0.83% 0.8% -
XYZ 31.29 16.27 33.39 -
YUV 98.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 203 34 157 0 0.83 0.23 0.20 316.33 0.71 0.46
Hex CB 22 9D 0 53 17 14 13C 47 2E
Octal 313 42 235 0 123 27 24 474 107 56
Binary 11001011 100010 10011101 0 1010011 10111 10100 100111100 1000111 101110

Color Harmonies of #CB229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB229D

Black with #CB229D

Text Example


Text Example

White with #CB229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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