Html Css Color HEX #CC3DB2 Fuchsia

📋 copy color: '#CC3DB2'

red 204 ◦ green 61 ◦ blue 178

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

Shades of Fuchsia #CC3DB2

Tints of Fuchsia #CC3DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.18%

R = 46.05%
G = 13.77%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC3DB2 (or 0xCC3DB2) is known color: Fuchsia. HEX triplet: CC, 3D and B2. RGB value is (204,61,178). Sum of RGB (Red+Green+Blue) = 204+61+178=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3DB2 is #33C24D. Grayscale: #747474. Windows color (decimal): -3392078 or 11681228. OLE color: 11681228.

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

Color convert

RGB 204 61 178 -
CMYK 0 0.70 0.13 0.2
HSL 310.91º 0.58% 0.52% -
HSV(B) 310.91º 0.7% 0.8% -
XYZ 34.61 19.39 44.04 -
YUV 117.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 204 61 178 0 0.70 0.13 0.2 310.91 0.58 0.52
Hex CC 3D B2 0 46 D 14 137 3A 34
Octal 314 75 262 0 106 15 24 467 72 64
Binary 11001100 111101 10110010 0 1000110 1101 10100 100110111 111010 110100

Color Harmonies of #CC3DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DB2

Black with #CC3DB2

Text Example


Text Example

White with #CC3DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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