Html Css Color HEX #CC3FB0 Fuchsia

📋 copy color: '#CC3FB0'

red 204 ◦ green 63 ◦ blue 176

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

Shades of Fuchsia #CC3FB0

Tints of Fuchsia #CC3FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 14.22%

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

R = 46.05%
G = 14.22%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC3FB0 (or 0xCC3FB0) is known color: Fuchsia. HEX triplet: CC, 3F and B0. RGB value is (204,63,176). Sum of RGB (Red+Green+Blue) = 204+63+176=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3FB0 is #33C04F. Grayscale: #757575. Windows color (decimal): -3391568 or 11550668. OLE color: 11550668.

HSL color Cylindrical-coordinate representation of color #CC3FB0: hue angle of 311.91º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3FB0 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 63 176 -
CMYK 0 0.69 0.14 0.2
HSL 311.91º 0.58% 0.52% -
HSV(B) 311.91º 0.69% 0.8% -
XYZ 34.52 19.53 43.02 -
YUV 118.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 204 63 176 0 0.69 0.14 0.2 311.91 0.58 0.52
Hex CC 3F B0 0 45 E 14 138 3A 34
Octal 314 77 260 0 105 16 24 470 72 64
Binary 11001100 111111 10110000 0 1000101 1110 10100 100111000 111010 110100

Color Harmonies of #CC3FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FB0

Black with #CC3FB0

Text Example


Text Example

White with #CC3FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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