Html Css Color HEX #CC4BC0 Fuchsia

📋 copy color: '#CC4BC0'

red 204 ◦ green 75 ◦ blue 192

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

Shades of Fuchsia #CC4BC0

Tints of Fuchsia #CC4BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.92%

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 43.31%
G = 15.92%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC4BC0 (or 0xCC4BC0) is known color: Fuchsia. HEX triplet: CC, 4B and C0. RGB value is (204,75,192). Sum of RGB (Red+Green+Blue) = 204+75+192=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BC0 is #33B43F. Grayscale: #7E7E7E. Windows color (decimal): -3388480 or 12602316. OLE color: 12602316.

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

Color convert

RGB 204 75 192 -
CMYK 0 0.63 0.06 0.2
HSL 305.58º 0.56% 0.55% -
HSV(B) 305.58º 0.63% 0.8% -
XYZ 36.93 21.68 52.11 -
YUV 126.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 204 75 192 0 0.63 0.06 0.2 305.58 0.56 0.55
Hex CC 4B C0 0 3F 6 14 132 38 37
Octal 314 113 300 0 77 6 24 462 70 67
Binary 11001100 1001011 11000000 0 111111 110 10100 100110010 111000 110111

Color Harmonies of #CC4BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BC0

Black with #CC4BC0

Text Example


Text Example

White with #CC4BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BC0; }

 p { color: rgb(204,75,192); }

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

background-color css

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

 a { background-color: rgb(204,75,192); }

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

border-color css

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

 span { border-color: rgb(204,75,192); }

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