Html Css Color HEX #C844CC Fuchsia

📋 copy color: '#C844CC'

red 200 ◦ green 68 ◦ blue 204

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

Shades of Fuchsia #C844CC

Tints of Fuchsia #C844CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.41%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 42.37%
G = 14.41%
B = 43.22%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C844CC (or 0xC844CC) is known color: Fuchsia. HEX triplet: C8, 44 and CC. RGB value is (200,68,204). Sum of RGB (Red+Green+Blue) = 200+68+204=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C844CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844CC is #37BB33. Grayscale: #7A7A7A. Windows color (decimal): -3652404 or 13386952. OLE color: 13386952.

HSL color Cylindrical-coordinate representation of color #C844CC: hue angle of 298.24º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C844CC is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 68 204 -
CMYK 0.02 0.67 0 0.2
HSL 298.24º 0.57% 0.53% -
HSV(B) 298.24º 0.67% 0.8% -
XYZ 36.79 20.77 59.2 -
YUV 122.97 173.73 182.94 -
System Red Green Blue C M Y K H S L
Decimal 200 68 204 0.02 0.67 0 0.2 298.24 0.57 0.53
Hex C8 44 CC 2 43 0 14 12A 39 35
Octal 310 104 314 2 103 0 24 452 71 65
Binary 11001000 1000100 11001100 10 1000011 0 10100 100101010 111001 110101

Color Harmonies of #C844CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C844CC

Black with #C844CC

Text Example


Text Example

White with #C844CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C844CC; }

 p { color: rgb(200,68,204); }

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

background-color css

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

 a { background-color: rgb(200,68,204); }

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

border-color css

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

 span { border-color: rgb(200,68,204); }

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