Html Css Color HEX #C846CA Fuchsia

📋 copy color: '#C846CA'

red 200 ◦ green 70 ◦ blue 202

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

Shades of Fuchsia #C846CA

Tints of Fuchsia #C846CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.83%

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

R = 42.37%
G = 14.83%
B = 42.8%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C846CA (or 0xC846CA) is known color: Fuchsia. HEX triplet: C8, 46 and CA. RGB value is (200,70,202). Sum of RGB (Red+Green+Blue) = 200+70+202=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #C846CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C846CA is #37B935. Grayscale: #7B7B7B. Windows color (decimal): -3651894 or 13256392. OLE color: 13256392.

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

Color convert

RGB 200 70 202 -
CMYK 0.01 0.65 0 0.21
HSL 299.09º 0.55% 0.53% -
HSV(B) 299.09º 0.65% 0.79% -
XYZ 36.67 20.92 57.98 -
YUV 123.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 200 70 202 0.01 0.65 0 0.21 299.09 0.55 0.53
Hex C8 46 CA 1 41 0 15 12B 37 35
Octal 310 106 312 1 101 0 25 453 67 65
Binary 11001000 1000110 11001010 1 1000001 0 10101 100101011 110111 110101

Color Harmonies of #C846CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C846CA

Black with #C846CA

Text Example


Text Example

White with #C846CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C846CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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