Html Css Color HEX #C84CCF Fuchsia

📋 copy color: '#C84CCF'

red 200 ◦ green 76 ◦ blue 207

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

Shades of Fuchsia #C84CCF

Tints of Fuchsia #C84CCF

RGB

 RED value IS 200 (78.52% from 255) = 41.41%

 GREEN value IS 76 (30.08% from 255) = 15.73%

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

R = 41.41%
G = 15.73%
B = 42.86%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C84CCF (or 0xC84CCF) is known color: Fuchsia. HEX triplet: C8, 4C and CF. RGB value is (200,76,207). Sum of RGB (Red+Green+Blue) = 200+76+207=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #C84CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CCF is #37B330. Grayscale: #7F7F7F. Windows color (decimal): -3650353 or 13585608. OLE color: 13585608.

HSL color Cylindrical-coordinate representation of color #C84CCF: hue angle of 296.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84CCF is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 76 207 -
CMYK 0.03 0.63 0 0.19
HSL 296.79º 0.58% 0.55% -
HSV(B) 296.79º 0.63% 0.81% -
XYZ 37.67 21.95 61.28 -
YUV 128.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 200 76 207 0.03 0.63 0 0.19 296.79 0.58 0.55
Hex C8 4C CF 3 3F 0 13 129 3A 37
Octal 310 114 317 3 77 0 23 451 72 67
Binary 11001000 1001100 11001111 11 111111 0 10011 100101001 111010 110111

Color Harmonies of #C84CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CCF

Black with #C84CCF

Text Example


Text Example

White with #C84CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CCF; }

 p { color: rgb(200,76,207); }

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

background-color css

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

 a { background-color: rgb(200,76,207); }

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

border-color css

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

 span { border-color: rgb(200,76,207); }

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