Html Css Color HEX #CB257D Medium Violet Red

📋 copy color: '#CB257D'

red 203 ◦ green 37 ◦ blue 125

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

Shades of Medium Violet Red #CB257D

Tints of Medium Violet Red #CB257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.14%

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

R = 55.62%
G = 10.14%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB257D (or 0xCB257D) is known color: Medium Violet Red. HEX triplet: CB, 25 and 7D. RGB value is (203,37,125). Sum of RGB (Red+Green+Blue) = 203+37+125=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB257D is #34DA82. Grayscale: #606060. Windows color (decimal): -3463811 or 8201675. OLE color: 8201675.

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

Color convert

RGB 203 37 125 -
CMYK 0 0.82 0.38 0.20
HSL 328.19º 0.69% 0.47% -
HSV(B) 328.19º 0.82% 0.8% -
XYZ 28.99 15.5 20.87 -
YUV 96.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 203 37 125 0 0.82 0.38 0.20 328.19 0.69 0.47
Hex CB 25 7D 0 52 26 14 148 45 2F
Octal 313 45 175 0 122 46 24 510 105 57
Binary 11001011 100101 1111101 0 1010010 100110 10100 101001000 1000101 101111

Color Harmonies of #CB257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB257D

Black with #CB257D

Text Example


Text Example

White with #CB257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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