Html Css Color HEX #CB237F Medium Violet Red

📋 copy color: '#CB237F'

red 203 ◦ green 35 ◦ blue 127

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

Shades of Medium Violet Red #CB237F

Tints of Medium Violet Red #CB237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.59%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 55.62%
G = 9.59%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB237F (or 0xCB237F) is known color: Medium Violet Red. HEX triplet: CB, 23 and 7F. RGB value is (203,35,127). Sum of RGB (Red+Green+Blue) = 203+35+127=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB237F is #34DC80. Grayscale: #5F5F5F. Windows color (decimal): -3464321 or 8332235. OLE color: 8332235.

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

Color convert

RGB 203 35 127 -
CMYK 0 0.83 0.37 0.20
HSL 327.14º 0.71% 0.47% -
HSV(B) 327.14º 0.83% 0.8% -
XYZ 29.06 15.43 21.53 -
YUV 95.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 203 35 127 0 0.83 0.37 0.20 327.14 0.71 0.47
Hex CB 23 7F 0 53 25 14 147 47 2F
Octal 313 43 177 0 123 45 24 507 107 57
Binary 11001011 100011 1111111 0 1010011 100101 10100 101000111 1000111 101111

Color Harmonies of #CB237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB237F

Black with #CB237F

Text Example


Text Example

White with #CB237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB237F; }

 p { color: rgb(203,35,127); }

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

background-color css

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

 a { background-color: rgb(203,35,127); }

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

border-color css

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

 span { border-color: rgb(203,35,127); }

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