Html Css Color HEX #C84BCF Fuchsia

📋 copy color: '#C84BCF'

red 200 ◦ green 75 ◦ blue 207

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

Shades of Fuchsia #C84BCF

Tints of Fuchsia #C84BCF

RGB

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

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

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

R = 41.49%
G = 15.56%
B = 42.95%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C84BCF (or 0xC84BCF) is known color: Fuchsia. HEX triplet: C8, 4B and CF. RGB value is (200,75,207). Sum of RGB (Red+Green+Blue) = 200+75+207=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #C84BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BCF is #37B430. Grayscale: #7F7F7F. Windows color (decimal): -3650609 or 13585352. OLE color: 13585352.

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

Color convert

RGB 200 75 207 -
CMYK 0.03 0.64 0 0.19
HSL 296.82º 0.58% 0.55% -
HSV(B) 296.82º 0.64% 0.81% -
XYZ 37.6 21.82 61.26 -
YUV 127.42 172.91 179.77 -
System Red Green Blue C M Y K H S L
Decimal 200 75 207 0.03 0.64 0 0.19 296.82 0.58 0.55
Hex C8 4B CF 3 40 0 13 129 3A 37
Octal 310 113 317 3 100 0 23 451 72 67
Binary 11001000 1001011 11001111 11 1000000 0 10011 100101001 111010 110111

Color Harmonies of #C84BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BCF

Black with #C84BCF

Text Example


Text Example

White with #C84BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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