Html Css Color HEX #CC068F Medium Violet Red

📋 copy color: '#CC068F'

red 204 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #CC068F

Tints of Medium Violet Red #CC068F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 57.79%
G = 1.7%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC068F (or 0xCC068F) is known color: Medium Violet Red. HEX triplet: CC, 06 and 8F. RGB value is (204,6,143). Sum of RGB (Red+Green+Blue) = 204+6+143=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC068F is #33F970. Grayscale: #505050. Windows color (decimal): -3406193 or 9373388. OLE color: 9373388.

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

Color convert

RGB 204 6 143 -
CMYK 0 0.97 0.30 0.2
HSL 318.48º 0.94% 0.41% -
HSV(B) 318.48º 0.97% 0.8% -
XYZ 29.92 14.95 27.3 -
YUV 80.82 163.1 215.86 -
System Red Green Blue C M Y K H S L
Decimal 204 6 143 0 0.97 0.30 0.2 318.48 0.94 0.41
Hex CC 6 8F 0 61 1E 14 13E 5E 29
Octal 314 6 217 0 141 36 24 476 136 51
Binary 11001100 110 10001111 0 1100001 11110 10100 100111110 1011110 101001

Color Harmonies of #CC068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC068F

Black with #CC068F

Text Example


Text Example

White with #CC068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC068F; }

 p { color: rgb(204,6,143); }

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

background-color css

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

 a { background-color: rgb(204,6,143); }

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

border-color css

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

 span { border-color: rgb(204,6,143); }

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