Html Css Color HEX #CC3BD1 Fuchsia

📋 copy color: '#CC3BD1'

red 204 ◦ green 59 ◦ blue 209

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

Shades of Fuchsia #CC3BD1

Tints of Fuchsia #CC3BD1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.5%

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 43.22%
G = 12.5%
B = 44.28%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC3BD1 (or 0xCC3BD1) is known color: Fuchsia. HEX triplet: CC, 3B and D1. RGB value is (204,59,209). Sum of RGB (Red+Green+Blue) = 204+59+209=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC3BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BD1 is #33C42E. Grayscale: #767676. Windows color (decimal): -3392559 or 13712332. OLE color: 13712332.

HSL color Cylindrical-coordinate representation of color #CC3BD1: hue angle of 298º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3BD1 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 59 209 -
CMYK 0.02 0.72 0 0.18
HSL 298º 0.62% 0.53% -
HSV(B) 298º 0.72% 0.82% -
XYZ 37.97 20.57 62.29 -
YUV 119.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 204 59 209 0.02 0.72 0 0.18 298 0.62 0.53
Hex CC 3B D1 2 48 0 12 12A 3E 35
Octal 314 73 321 2 110 0 22 452 76 65
Binary 11001100 111011 11010001 10 1001000 0 10010 100101010 111110 110101

Color Harmonies of #CC3BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BD1

Black with #CC3BD1

Text Example


Text Example

White with #CC3BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BD1; }

 p { color: rgb(204,59,209); }

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

background-color css

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

 a { background-color: rgb(204,59,209); }

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

border-color css

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

 span { border-color: rgb(204,59,209); }

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