Html Css Color HEX #CC6AC0 Fuchsia

📋 copy color: '#CC6AC0'

red 204 ◦ green 106 ◦ blue 192

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

Shades of Fuchsia #CC6AC0

Tints of Fuchsia #CC6AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.12%

 BLUE value IS 192 (75.39% from 255) = 38.25%

R = 40.64%
G = 21.12%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC6AC0 (or 0xCC6AC0) is known color: Fuchsia. HEX triplet: CC, 6A and C0. RGB value is (204,106,192). Sum of RGB (Red+Green+Blue) = 204+106+192=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AC0 is #33953F. Grayscale: #909090. Windows color (decimal): -3380544 or 12610252. OLE color: 12610252.

HSL color Cylindrical-coordinate representation of color #CC6AC0: hue angle of 307.35º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6AC0 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 106 192 -
CMYK 0 0.48 0.06 0.2
HSL 307.35º 0.49% 0.61% -
HSV(B) 307.35º 0.48% 0.8% -
XYZ 39.57 26.95 52.99 -
YUV 145.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 204 106 192 0 0.48 0.06 0.2 307.35 0.49 0.61
Hex CC 6A C0 0 30 6 14 133 31 3D
Octal 314 152 300 0 60 6 24 463 61 75
Binary 11001100 1101010 11000000 0 110000 110 10100 100110011 110001 111101

Color Harmonies of #CC6AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6AC0

Black with #CC6AC0

Text Example


Text Example

White with #CC6AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6AC0; }

 p { color: rgb(204,106,192); }

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

background-color css

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

 a { background-color: rgb(204,106,192); }

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

border-color css

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

 span { border-color: rgb(204,106,192); }

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