Html Css Color HEX #CC3DB1 Fuchsia

📋 copy color: '#CC3DB1'

red 204 ◦ green 61 ◦ blue 177

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

Shades of Fuchsia #CC3DB1

Tints of Fuchsia #CC3DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 46.15%
G = 13.8%
B = 40.05%

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

#CC3DB1 (or 0xCC3DB1) is known color: Fuchsia. HEX triplet: CC, 3D and B1. RGB value is (204,61,177). Sum of RGB (Red+Green+Blue) = 204+61+177=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3DB1 is #33C24E. Grayscale: #747474. Windows color (decimal): -3392079 or 11615692. OLE color: 11615692.

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

Color convert

RGB 204 61 177 -
CMYK 0 0.70 0.13 0.2
HSL 311.33º 0.58% 0.52% -
HSV(B) 311.33º 0.7% 0.8% -
XYZ 34.51 19.35 43.51 -
YUV 116.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 204 61 177 0 0.70 0.13 0.2 311.33 0.58 0.52
Hex CC 3D B1 0 46 D 14 137 3A 34
Octal 314 75 261 0 106 15 24 467 72 64
Binary 11001100 111101 10110001 0 1000110 1101 10100 100110111 111010 110100

Color Harmonies of #CC3DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DB1

Black with #CC3DB1

Text Example


Text Example

White with #CC3DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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