Html Css Color HEX #CC3FB9 Fuchsia

📋 copy color: '#CC3FB9'

red 204 ◦ green 63 ◦ blue 185

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

Shades of Fuchsia #CC3FB9

Tints of Fuchsia #CC3FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 45.13%
G = 13.94%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC3FB9 (or 0xCC3FB9) is known color: Fuchsia. HEX triplet: CC, 3F and B9. RGB value is (204,63,185). Sum of RGB (Red+Green+Blue) = 204+63+185=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FB9 is #33C046. Grayscale: #767676. Windows color (decimal): -3391559 or 12140492. OLE color: 12140492.

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

Color convert

RGB 204 63 185 -
CMYK 0 0.69 0.09 0.2
HSL 308.09º 0.58% 0.52% -
HSV(B) 308.09º 0.69% 0.8% -
XYZ 35.44 19.9 47.87 -
YUV 119.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 204 63 185 0 0.69 0.09 0.2 308.09 0.58 0.52
Hex CC 3F B9 0 45 9 14 134 3A 34
Octal 314 77 271 0 105 11 24 464 72 64
Binary 11001100 111111 10111001 0 1000101 1001 10100 100110100 111010 110100

Color Harmonies of #CC3FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FB9

Black with #CC3FB9

Text Example


Text Example

White with #CC3FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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