Html Css Color HEX #CC3FBE Fuchsia

📋 copy color: '#CC3FBE'

red 204 ◦ green 63 ◦ blue 190

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

Shades of Fuchsia #CC3FBE

Tints of Fuchsia #CC3FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 44.64%
G = 13.79%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC3FBE (or 0xCC3FBE) is known color: Fuchsia. HEX triplet: CC, 3F and BE. RGB value is (204,63,190). Sum of RGB (Red+Green+Blue) = 204+63+190=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FBE is #33C041. Grayscale: #777777. Windows color (decimal): -3391554 or 12468172. OLE color: 12468172.

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

Color convert

RGB 204 63 190 -
CMYK 0 0.69 0.07 0.2
HSL 305.96º 0.58% 0.52% -
HSV(B) 305.96º 0.69% 0.8% -
XYZ 35.97 20.11 50.7 -
YUV 119.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 204 63 190 0 0.69 0.07 0.2 305.96 0.58 0.52
Hex CC 3F BE 0 45 7 14 132 3A 34
Octal 314 77 276 0 105 7 24 462 72 64
Binary 11001100 111111 10111110 0 1000101 111 10100 100110010 111010 110100

Color Harmonies of #CC3FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FBE

Black with #CC3FBE

Text Example


Text Example

White with #CC3FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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