Html Css Color HEX #CC3DB0 Fuchsia

📋 copy color: '#CC3DB0'

red 204 ◦ green 61 ◦ blue 176

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

Shades of Fuchsia #CC3DB0

Tints of Fuchsia #CC3DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 46.26%
G = 13.83%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC3DB0 (or 0xCC3DB0) is known color: Fuchsia. HEX triplet: CC, 3D and B0. RGB value is (204,61,176). Sum of RGB (Red+Green+Blue) = 204+61+176=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3DB0 is #33C24F. Grayscale: #747474. Windows color (decimal): -3392080 or 11550156. OLE color: 11550156.

HSL color Cylindrical-coordinate representation of color #CC3DB0: hue angle of 311.75º degrees, saturation: 0.58, 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 #CC3DB0 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 61 176 -
CMYK 0 0.70 0.14 0.2
HSL 311.75º 0.58% 0.52% -
HSV(B) 311.75º 0.7% 0.8% -
XYZ 34.41 19.31 42.99 -
YUV 116.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 204 61 176 0 0.70 0.14 0.2 311.75 0.58 0.52
Hex CC 3D B0 0 46 E 14 138 3A 34
Octal 314 75 260 0 106 16 24 470 72 64
Binary 11001100 111101 10110000 0 1000110 1110 10100 100111000 111010 110100

Color Harmonies of #CC3DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DB0

Black with #CC3DB0

Text Example


Text Example

White with #CC3DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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