Html Css Color HEX #CB268C Medium Violet Red

📋 copy color: '#CB268C'

red 203 ◦ green 38 ◦ blue 140

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

Shades of Medium Violet Red #CB268C

Tints of Medium Violet Red #CB268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 53.28%
G = 9.97%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB268C (or 0xCB268C) is known color: Medium Violet Red. HEX triplet: CB, 26 and 8C. RGB value is (203,38,140). Sum of RGB (Red+Green+Blue) = 203+38+140=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB268C is #34D973. Grayscale: #626262. Windows color (decimal): -3463540 or 9184971. OLE color: 9184971.

HSL color Cylindrical-coordinate representation of color #CB268C: hue angle of 322.91º 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 #CB268C is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 38 140 -
CMYK 0 0.81 0.31 0.20
HSL 322.91º 0.68% 0.47% -
HSV(B) 322.91º 0.81% 0.8% -
XYZ 30.06 15.98 26.31 -
YUV 98.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 203 38 140 0 0.81 0.31 0.20 322.91 0.68 0.47
Hex CB 26 8C 0 51 1F 14 143 44 2F
Octal 313 46 214 0 121 37 24 503 104 57
Binary 11001011 100110 10001100 0 1010001 11111 10100 101000011 1000100 101111

Color Harmonies of #CB268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB268C

Black with #CB268C

Text Example


Text Example

White with #CB268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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