Html Css Color HEX #C844CA Fuchsia

📋 copy color: '#C844CA'

red 200 ◦ green 68 ◦ blue 202

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

Shades of Fuchsia #C844CA

Tints of Fuchsia #C844CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 42.55%
G = 14.47%
B = 42.98%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C844CA (or 0xC844CA) is known color: Fuchsia. HEX triplet: C8, 44 and CA. RGB value is (200,68,202). Sum of RGB (Red+Green+Blue) = 200+68+202=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #C844CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844CA is #37BB35. Grayscale: #7A7A7A. Windows color (decimal): -3652406 or 13255880. OLE color: 13255880.

HSL color Cylindrical-coordinate representation of color #C844CA: hue angle of 299.1º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C844CA is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 68 202 -
CMYK 0.01 0.66 0 0.21
HSL 299.1º 0.56% 0.53% -
HSV(B) 299.1º 0.66% 0.79% -
XYZ 36.55 20.68 57.94 -
YUV 122.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 200 68 202 0.01 0.66 0 0.21 299.1 0.56 0.53
Hex C8 44 CA 1 42 0 15 12B 38 35
Octal 310 104 312 1 102 0 25 453 70 65
Binary 11001000 1000100 11001010 1 1000010 0 10101 100101011 111000 110101

Color Harmonies of #C844CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C844CA

Black with #C844CA

Text Example


Text Example

White with #C844CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C844CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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