Html Css Color HEX #CC268B Medium Violet Red

📋 copy color: '#CC268B'

red 204 ◦ green 38 ◦ blue 139

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

Shades of Medium Violet Red #CC268B

Tints of Medium Violet Red #CC268B

RGB

 RED value IS 204 (80.08% from 255) = 53.54%

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 53.54%
G = 9.97%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC268B (or 0xCC268B) is known color: Medium Violet Red. HEX triplet: CC, 26 and 8B. RGB value is (204,38,139). Sum of RGB (Red+Green+Blue) = 204+38+139=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC268B is #33D974. Grayscale: #626262. Windows color (decimal): -3398005 or 9119436. OLE color: 9119436.

HSL color Cylindrical-coordinate representation of color #CC268B: hue angle of 323.49º degrees, saturation: 0.69, 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 #CC268B is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 139 -
CMYK 0 0.81 0.32 0.2
HSL 323.49º 0.69% 0.47% -
HSV(B) 323.49º 0.81% 0.8% -
XYZ 30.26 16.09 25.94 -
YUV 99.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 204 38 139 0 0.81 0.32 0.2 323.49 0.69 0.47
Hex CC 26 8B 0 51 20 14 143 45 2F
Octal 314 46 213 0 121 40 24 503 105 57
Binary 11001100 100110 10001011 0 1010001 100000 10100 101000011 1000101 101111

Color Harmonies of #CC268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC268B

Black with #CC268B

Text Example


Text Example

White with #CC268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC268B; }

 p { color: rgb(204,38,139); }

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

background-color css

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

 a { background-color: rgb(204,38,139); }

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

border-color css

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

 span { border-color: rgb(204,38,139); }

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