Html Css Color HEX #CC3ACD Fuchsia

📋 copy color: '#CC3ACD'

red 204 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #CC3ACD

Tints of Fuchsia #CC3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.42%

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 43.68%
G = 12.42%
B = 43.9%

CMYK

 C value IS 0.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC3ACD (or 0xCC3ACD) is known color: Fuchsia. HEX triplet: CC, 3A and CD. RGB value is (204,58,205). Sum of RGB (Red+Green+Blue) = 204+58+205=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ACD is #33C532. Grayscale: #757575. Windows color (decimal): -3392819 or 13449932. OLE color: 13449932.

HSL color Cylindrical-coordinate representation of color #CC3ACD: hue angle of 299.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3ACD is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 58 205 -
CMYK 0.00 0.72 0 0.20
HSL 299.59º 0.6% 0.52% -
HSV(B) 299.59º 0.72% 0.8% -
XYZ 37.43 20.27 59.7 -
YUV 118.41 176.87 189.05 -
System Red Green Blue C M Y K H S L
Decimal 204 58 205 0.00 0.72 0 0.20 299.59 0.6 0.52
Hex CC 3A CD 0 48 0 14 12C 3C 34
Octal 314 72 315 0 110 0 24 454 74 64
Binary 11001100 111010 11001101 0 1001000 0 10100 100101100 111100 110100

Color Harmonies of #CC3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3ACD

Black with #CC3ACD

Text Example


Text Example

White with #CC3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3ACD; }

 p { color: rgb(204,58,205); }

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

background-color css

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

 a { background-color: rgb(204,58,205); }

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

border-color css

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

 span { border-color: rgb(204,58,205); }

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