Html Css Color HEX #CC069D Medium Violet Red

📋 copy color: '#CC069D'

red 204 ◦ green 6 ◦ blue 157

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

Shades of Medium Violet Red #CC069D

Tints of Medium Violet Red #CC069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 55.59%
G = 1.63%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC069D (or 0xCC069D) is known color: Medium Violet Red. HEX triplet: CC, 06 and 9D. RGB value is (204,6,157). Sum of RGB (Red+Green+Blue) = 204+6+157=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC069D is #33F962. Grayscale: #525252. Windows color (decimal): -3406179 or 10290892. OLE color: 10290892.

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

Color convert

RGB 204 6 157 -
CMYK 0 0.97 0.23 0.2
HSL 314.24º 0.94% 0.41% -
HSV(B) 314.24º 0.97% 0.8% -
XYZ 31.05 15.4 33.23 -
YUV 82.42 170.1 214.72 -
System Red Green Blue C M Y K H S L
Decimal 204 6 157 0 0.97 0.23 0.2 314.24 0.94 0.41
Hex CC 6 9D 0 61 17 14 13A 5E 29
Octal 314 6 235 0 141 27 24 472 136 51
Binary 11001100 110 10011101 0 1100001 10111 10100 100111010 1011110 101001

Color Harmonies of #CC069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC069D

Black with #CC069D

Text Example


Text Example

White with #CC069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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