Html Css Color HEX #CC3BD2 Fuchsia

📋 copy color: '#CC3BD2'

red 204 ◦ green 59 ◦ blue 210

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

Shades of Fuchsia #CC3BD2

Tints of Fuchsia #CC3BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.4%

R = 43.13%
G = 12.47%
B = 44.4%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC3BD2 (or 0xCC3BD2) is known color: Fuchsia. HEX triplet: CC, 3B and D2. RGB value is (204,59,210). Sum of RGB (Red+Green+Blue) = 204+59+210=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC3BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BD2 is #33C42D. Grayscale: #777777. Windows color (decimal): -3392558 or 13777868. OLE color: 13777868.

HSL color Cylindrical-coordinate representation of color #CC3BD2: hue angle of 297.62º degrees, saturation: 0.63, 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 #CC3BD2 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 59 210 -
CMYK 0.03 0.72 0 0.18
HSL 297.62º 0.63% 0.53% -
HSV(B) 297.62º 0.72% 0.82% -
XYZ 38.1 20.62 62.94 -
YUV 119.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 204 59 210 0.03 0.72 0 0.18 297.62 0.63 0.53
Hex CC 3B D2 3 48 0 12 12A 3F 35
Octal 314 73 322 3 110 0 22 452 77 65
Binary 11001100 111011 11010010 11 1001000 0 10010 100101010 111111 110101

Color Harmonies of #CC3BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BD2

Black with #CC3BD2

Text Example


Text Example

White with #CC3BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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