Html Css Color HEX #CC31AF Fuchsia

📋 copy color: '#CC31AF'

red 204 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #CC31AF

Tints of Fuchsia #CC31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.45%

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 47.66%
G = 11.45%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC31AF (or 0xCC31AF) is known color: Fuchsia. HEX triplet: CC, 31 and AF. RGB value is (204,49,175). Sum of RGB (Red+Green+Blue) = 204+49+175=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC31AF is #33CE50. Grayscale: #6D6D6D. Windows color (decimal): -3395153 or 11481548. OLE color: 11481548.

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

Color convert

RGB 204 49 175 -
CMYK 0 0.76 0.14 0.2
HSL 311.23º 0.61% 0.5% -
HSV(B) 311.23º 0.76% 0.8% -
XYZ 33.74 18.13 42.28 -
YUV 109.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 204 49 175 0 0.76 0.14 0.2 311.23 0.61 0.5
Hex CC 31 AF 0 4C E 14 137 3D 32
Octal 314 61 257 0 114 16 24 467 75 62
Binary 11001100 110001 10101111 0 1001100 1110 10100 100110111 111101 110010

Color Harmonies of #CC31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31AF

Black with #CC31AF

Text Example


Text Example

White with #CC31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31AF; }

 p { color: rgb(204,49,175); }

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

background-color css

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

 a { background-color: rgb(204,49,175); }

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

border-color css

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

 span { border-color: rgb(204,49,175); }

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