Html Css Color HEX #CC3DCD Fuchsia

📋 copy color: '#CC3DCD'

red 204 ◦ green 61 ◦ blue 205

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

Shades of Fuchsia #CC3DCD

Tints of Fuchsia #CC3DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.98%

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

R = 43.4%
G = 12.98%
B = 43.62%

CMYK

 C value IS 0.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC3DCD (or 0xCC3DCD) is known color: Fuchsia. HEX triplet: CC, 3D and CD. RGB value is (204,61,205). Sum of RGB (Red+Green+Blue) = 204+61+205=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DCD is #33C232. Grayscale: #777777. Windows color (decimal): -3392051 or 13450700. OLE color: 13450700.

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

Color convert

RGB 204 61 205 -
CMYK 0.00 0.70 0 0.20
HSL 299.58º 0.59% 0.52% -
HSV(B) 299.58º 0.7% 0.8% -
XYZ 37.59 20.58 59.75 -
YUV 120.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 204 61 205 0.00 0.70 0 0.20 299.58 0.59 0.52
Hex CC 3D CD 0 46 0 14 12C 3B 34
Octal 314 75 315 0 106 0 24 454 73 64
Binary 11001100 111101 11001101 0 1000110 0 10100 100101100 111011 110100

Color Harmonies of #CC3DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DCD

Black with #CC3DCD

Text Example


Text Example

White with #CC3DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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