Html Css Color HEX #CB2F93 Medium Red Violet

📋 copy color: '#CB2F93'

red 203 ◦ green 47 ◦ blue 147

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

Shades of Medium Red Violet #CB2F93

Tints of Medium Red Violet #CB2F93

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.84%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 51.13%
G = 11.84%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB2F93 (or 0xCB2F93) is known color: Medium Red Violet. HEX triplet: CB, 2F and 93. RGB value is (203,47,147). Sum of RGB (Red+Green+Blue) = 203+47+147=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2F93 is #34D06C. Grayscale: #686868. Windows color (decimal): -3461229 or 9646027. OLE color: 9646027.

HSL color Cylindrical-coordinate representation of color #CB2F93: hue angle of 321.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F93 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 47 147 -
CMYK 0 0.77 0.28 0.20
HSL 321.54º 0.62% 0.49% -
HSV(B) 321.54º 0.77% 0.8% -
XYZ 30.91 16.84 29.22 -
YUV 105.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 203 47 147 0 0.77 0.28 0.20 321.54 0.62 0.49
Hex CB 2F 93 0 4D 1C 14 142 3E 31
Octal 313 57 223 0 115 34 24 502 76 61
Binary 11001011 101111 10010011 0 1001101 11100 10100 101000010 111110 110001

Color Harmonies of #CB2F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2F93

Black with #CB2F93

Text Example


Text Example

White with #CB2F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2F93; }

 p { color: rgb(203,47,147); }

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

background-color css

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

 a { background-color: rgb(203,47,147); }

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

border-color css

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

 span { border-color: rgb(203,47,147); }

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