Html Css Color HEX #CC4FCB Fuchsia

📋 copy color: '#CC4FCB'

red 204 ◦ green 79 ◦ blue 203

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

Shades of Fuchsia #CC4FCB

Tints of Fuchsia #CC4FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.26%

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 41.98%
G = 16.26%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC4FCB (or 0xCC4FCB) is known color: Fuchsia. HEX triplet: CC, 4F and CB. RGB value is (204,79,203). Sum of RGB (Red+Green+Blue) = 204+79+203=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FCB is #33B034. Grayscale: #828282. Windows color (decimal): -3387445 or 13324236. OLE color: 13324236.

HSL color Cylindrical-coordinate representation of color #CC4FCB: hue angle of 300.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4FCB is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 79 203 -
CMYK 0 0.61 0.00 0.2
HSL 300.48º 0.55% 0.55% -
HSV(B) 300.48º 0.61% 0.8% -
XYZ 38.48 22.74 58.86 -
YUV 130.51 168.91 180.42 -
System Red Green Blue C M Y K H S L
Decimal 204 79 203 0 0.61 0.00 0.2 300.48 0.55 0.55
Hex CC 4F CB 0 3D 0 14 12C 37 37
Octal 314 117 313 0 75 0 24 454 67 67
Binary 11001100 1001111 11001011 0 111101 0 10100 100101100 110111 110111

Color Harmonies of #CC4FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FCB

Black with #CC4FCB

Text Example


Text Example

White with #CC4FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FCB; }

 p { color: rgb(204,79,203); }

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

background-color css

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

 a { background-color: rgb(204,79,203); }

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

border-color css

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

 span { border-color: rgb(204,79,203); }

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