Html Css Color HEX #CC268A Medium Violet Red

📋 copy color: '#CC268A'

red 204 ◦ green 38 ◦ blue 138

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

Shades of Medium Violet Red #CC268A

Tints of Medium Violet Red #CC268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 53.68%
G = 10%
B = 36.32%

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

#CC268A (or 0xCC268A) is known color: Medium Violet Red. HEX triplet: CC, 26 and 8A. RGB value is (204,38,138). Sum of RGB (Red+Green+Blue) = 204+38+138=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC268A is #33D975. Grayscale: #626262. Windows color (decimal): -3398006 or 9053900. OLE color: 9053900.

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

Color convert

RGB 204 38 138 -
CMYK 0 0.81 0.32 0.2
HSL 323.86º 0.69% 0.47% -
HSV(B) 323.86º 0.81% 0.8% -
XYZ 30.18 16.06 25.55 -
YUV 99.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 204 38 138 0 0.81 0.32 0.2 323.86 0.69 0.47
Hex CC 26 8A 0 51 20 14 144 45 2F
Octal 314 46 212 0 121 40 24 504 105 57
Binary 11001100 100110 10001010 0 1010001 100000 10100 101000100 1000101 101111

Color Harmonies of #CC268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC268A

Black with #CC268A

Text Example


Text Example

White with #CC268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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