Html Css Color HEX #CB227D Medium Violet Red

📋 copy color: '#CB227D'

red 203 ◦ green 34 ◦ blue 125

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

Shades of Medium Violet Red #CB227D

Tints of Medium Violet Red #CB227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 56.08%
G = 9.39%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB227D (or 0xCB227D) is known color: Medium Violet Red. HEX triplet: CB, 22 and 7D. RGB value is (203,34,125). Sum of RGB (Red+Green+Blue) = 203+34+125=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB227D is #34DD82. Grayscale: #5E5E5E. Windows color (decimal): -3464579 or 8200907. OLE color: 8200907.

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

Color convert

RGB 203 34 125 -
CMYK 0 0.83 0.38 0.20
HSL 327.69º 0.71% 0.46% -
HSV(B) 327.69º 0.83% 0.8% -
XYZ 28.9 15.32 20.84 -
YUV 94.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 203 34 125 0 0.83 0.38 0.20 327.69 0.71 0.46
Hex CB 22 7D 0 53 26 14 148 47 2E
Octal 313 42 175 0 123 46 24 510 107 56
Binary 11001011 100010 1111101 0 1010011 100110 10100 101001000 1000111 101110

Color Harmonies of #CB227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB227D

Black with #CB227D

Text Example


Text Example

White with #CB227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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