Html Css Color HEX #CC46C4 Fuchsia

📋 copy color: '#CC46C4'

red 204 ◦ green 70 ◦ blue 196

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

Shades of Fuchsia #CC46C4

Tints of Fuchsia #CC46C4

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.89%

 BLUE value IS 196 (76.95% from 255) = 41.7%

R = 43.4%
G = 14.89%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC46C4 (or 0xCC46C4) is known color: Fuchsia. HEX triplet: CC, 46 and C4. RGB value is (204,70,196). Sum of RGB (Red+Green+Blue) = 204+70+196=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46C4 is #33B93B. Grayscale: #7C7C7C. Windows color (decimal): -3389756 or 12863180. OLE color: 12863180.

HSL color Cylindrical-coordinate representation of color #CC46C4: hue angle of 303.58º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC46C4 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 196 -
CMYK 0 0.66 0.04 0.2
HSL 303.58º 0.57% 0.54% -
HSV(B) 303.58º 0.66% 0.8% -
XYZ 37.06 21.2 54.36 -
YUV 124.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 204 70 196 0 0.66 0.04 0.2 303.58 0.57 0.54
Hex CC 46 C4 0 42 4 14 130 39 36
Octal 314 106 304 0 102 4 24 460 71 66
Binary 11001100 1000110 11000100 0 1000010 100 10100 100110000 111001 110110

Color Harmonies of #CC46C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46C4

Black with #CC46C4

Text Example


Text Example

White with #CC46C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46C4; }

 p { color: rgb(204,70,196); }

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

background-color css

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

 a { background-color: rgb(204,70,196); }

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

border-color css

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

 span { border-color: rgb(204,70,196); }

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