Html Css Color HEX #CC31CF Fuchsia

📋 copy color: '#CC31CF'

red 204 ◦ green 49 ◦ blue 207

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

Shades of Fuchsia #CC31CF

Tints of Fuchsia #CC31CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 44.35%
G = 10.65%
B = 45%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC31CF (or 0xCC31CF) is known color: Fuchsia. HEX triplet: CC, 31 and CF. RGB value is (204,49,207). Sum of RGB (Red+Green+Blue) = 204+49+207=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC31CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31CF is #33CE30. Grayscale: #707070. Windows color (decimal): -3395121 or 13578700. OLE color: 13578700.

HSL color Cylindrical-coordinate representation of color #CC31CF: hue angle of 298.86º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC31CF is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 49 207 -
CMYK 0.01 0.76 0 0.19
HSL 298.86º 0.62% 0.5% -
HSV(B) 298.86º 0.76% 0.81% -
XYZ 37.26 19.54 60.84 -
YUV 113.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 204 49 207 0.01 0.76 0 0.19 298.86 0.62 0.5
Hex CC 31 CF 1 4C 0 13 12B 3E 32
Octal 314 61 317 1 114 0 23 453 76 62
Binary 11001100 110001 11001111 1 1001100 0 10011 100101011 111110 110010

Color Harmonies of #CC31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31CF

Black with #CC31CF

Text Example


Text Example

White with #CC31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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