Html Css Color HEX #CB2695 Medium Violet Red

📋 copy color: '#CB2695'

red 203 ◦ green 38 ◦ blue 149

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

Shades of Medium Violet Red #CB2695

Tints of Medium Violet Red #CB2695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.74%

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 52.05%
G = 9.74%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB2695 (or 0xCB2695) is known color: Medium Violet Red. HEX triplet: CB, 26 and 95. RGB value is (203,38,149). Sum of RGB (Red+Green+Blue) = 203+38+149=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2695 is #34D96A. Grayscale: #636363. Windows color (decimal): -3463531 or 9774795. OLE color: 9774795.

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

Color convert

RGB 203 38 149 -
CMYK 0 0.81 0.27 0.20
HSL 319.64º 0.68% 0.47% -
HSV(B) 319.64º 0.81% 0.8% -
XYZ 30.75 16.25 29.95 -
YUV 99.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 203 38 149 0 0.81 0.27 0.20 319.64 0.68 0.47
Hex CB 26 95 0 51 1B 14 140 44 2F
Octal 313 46 225 0 121 33 24 500 104 57
Binary 11001011 100110 10010101 0 1010001 11011 10100 101000000 1000100 101111

Color Harmonies of #CB2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2695

Black with #CB2695

Text Example


Text Example

White with #CB2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2695; }

 p { color: rgb(203,38,149); }

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

background-color css

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

 a { background-color: rgb(203,38,149); }

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

border-color css

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

 span { border-color: rgb(203,38,149); }

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