Html Css Color HEX #CB247D Medium Violet Red

📋 copy color: '#CB247D'

red 203 ◦ green 36 ◦ blue 125

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

Shades of Medium Violet Red #CB247D

Tints of Medium Violet Red #CB247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

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

R = 55.77%
G = 9.89%
B = 34.34%

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

#CB247D (or 0xCB247D) is known color: Medium Violet Red. HEX triplet: CB, 24 and 7D. RGB value is (203,36,125). Sum of RGB (Red+Green+Blue) = 203+36+125=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB247D is #34DB82. Grayscale: #5F5F5F. Windows color (decimal): -3464067 or 8201419. OLE color: 8201419.

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

Color convert

RGB 203 36 125 -
CMYK 0 0.82 0.38 0.20
HSL 328.02º 0.7% 0.47% -
HSV(B) 328.02º 0.82% 0.8% -
XYZ 28.96 15.44 20.86 -
YUV 96.08 144.33 204.26 -
System Red Green Blue C M Y K H S L
Decimal 203 36 125 0 0.82 0.38 0.20 328.02 0.7 0.47
Hex CB 24 7D 0 52 26 14 148 46 2F
Octal 313 44 175 0 122 46 24 510 106 57
Binary 11001011 100100 1111101 0 1010010 100110 10100 101001000 1000110 101111

Color Harmonies of #CB247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB247D

Black with #CB247D

Text Example


Text Example

White with #CB247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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