Html Css Color HEX #CC4DCB Fuchsia

📋 copy color: '#CC4DCB'

red 204 ◦ green 77 ◦ blue 203

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

Shades of Fuchsia #CC4DCB

Tints of Fuchsia #CC4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.91%

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

R = 42.15%
G = 15.91%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC4DCB (or 0xCC4DCB) is known color: Fuchsia. HEX triplet: CC, 4D and CB. RGB value is (204,77,203). Sum of RGB (Red+Green+Blue) = 204+77+203=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DCB is #33B234. Grayscale: #808080. Windows color (decimal): -3387957 or 13323724. OLE color: 13323724.

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

Color convert

RGB 204 77 203 -
CMYK 0 0.62 0.00 0.2
HSL 300.47º 0.55% 0.55% -
HSV(B) 300.47º 0.62% 0.8% -
XYZ 38.34 22.46 58.81 -
YUV 129.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 204 77 203 0 0.62 0.00 0.2 300.47 0.55 0.55
Hex CC 4D CB 0 3E 0 14 12C 37 37
Octal 314 115 313 0 76 0 24 454 67 67
Binary 11001100 1001101 11001011 0 111110 0 10100 100101100 110111 110111

Color Harmonies of #CC4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4DCB

Black with #CC4DCB

Text Example


Text Example

White with #CC4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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