Html Css Color HEX #C845CF Fuchsia

📋 copy color: '#C845CF'

red 200 ◦ green 69 ◦ blue 207

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

Shades of Fuchsia #C845CF

Tints of Fuchsia #C845CF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.5%

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

R = 42.02%
G = 14.5%
B = 43.49%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C845CF (or 0xC845CF) is known color: Fuchsia. HEX triplet: C8, 45 and CF. RGB value is (200,69,207). Sum of RGB (Red+Green+Blue) = 200+69+207=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #C845CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845CF is #37BA30. Grayscale: #7B7B7B. Windows color (decimal): -3652145 or 13583816. OLE color: 13583816.

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

Color convert

RGB 200 69 207 -
CMYK 0.03 0.67 0 0.19
HSL 296.96º 0.59% 0.54% -
HSV(B) 296.96º 0.67% 0.81% -
XYZ 37.21 21.04 61.13 -
YUV 123.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 200 69 207 0.03 0.67 0 0.19 296.96 0.59 0.54
Hex C8 45 CF 3 43 0 13 129 3B 36
Octal 310 105 317 3 103 0 23 451 73 66
Binary 11001000 1000101 11001111 11 1000011 0 10011 100101001 111011 110110

Color Harmonies of #C845CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845CF

Black with #C845CF

Text Example


Text Example

White with #C845CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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