Html Css Color HEX #CB228C Medium Violet Red

📋 copy color: '#CB228C'

red 203 ◦ green 34 ◦ blue 140

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

Shades of Medium Violet Red #CB228C

Tints of Medium Violet Red #CB228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 53.85%
G = 9.02%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB228C (or 0xCB228C) is known color: Medium Violet Red. HEX triplet: CB, 22 and 8C. RGB value is (203,34,140). Sum of RGB (Red+Green+Blue) = 203+34+140=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB228C is #34DD73. Grayscale: #606060. Windows color (decimal): -3464564 or 9183947. OLE color: 9183947.

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

Color convert

RGB 203 34 140 -
CMYK 0 0.83 0.31 0.20
HSL 322.37º 0.71% 0.46% -
HSV(B) 322.37º 0.83% 0.8% -
XYZ 29.93 15.73 26.27 -
YUV 96.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 203 34 140 0 0.83 0.31 0.20 322.37 0.71 0.46
Hex CB 22 8C 0 53 1F 14 142 47 2E
Octal 313 42 214 0 123 37 24 502 107 56
Binary 11001011 100010 10001100 0 1010011 11111 10100 101000010 1000111 101110

Color Harmonies of #CB228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB228C

Black with #CB228C

Text Example


Text Example

White with #CB228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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