Html Css Color HEX #CC038A Medium Violet Red

📋 copy color: '#CC038A'

red 204 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #CC038A

Tints of Medium Violet Red #CC038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 59.13%
G = 0.87%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC038A (or 0xCC038A) is known color: Medium Violet Red. HEX triplet: CC, 03 and 8A. RGB value is (204,3,138). Sum of RGB (Red+Green+Blue) = 204+3+138=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC038A is #33FC75. Grayscale: #4E4E4E. Windows color (decimal): -3406966 or 9044940. OLE color: 9044940.

HSL color Cylindrical-coordinate representation of color #CC038A: hue angle of 319.7º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC038A is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 138 -
CMYK 0 0.99 0.32 0.2
HSL 319.7º 0.97% 0.41% -
HSV(B) 319.7º 0.99% 0.8% -
XYZ 29.52 14.74 25.33 -
YUV 78.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 204 3 138 0 0.99 0.32 0.2 319.7 0.97 0.41
Hex CC 3 8A 0 63 20 14 140 61 29
Octal 314 3 212 0 143 40 24 500 141 51
Binary 11001100 11 10001010 0 1100011 100000 10100 101000000 1100001 101001

Color Harmonies of #CC038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC038A

Black with #CC038A

Text Example


Text Example

White with #CC038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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