Html Css Color HEX #C834CE Fuchsia

📋 copy color: '#C834CE'

red 200 ◦ green 52 ◦ blue 206

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

Shades of Fuchsia #C834CE

Tints of Fuchsia #C834CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.35%

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 43.67%
G = 11.35%
B = 44.98%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C834CE (or 0xC834CE) is known color: Fuchsia. HEX triplet: C8, 34 and CE. RGB value is (200,52,206). Sum of RGB (Red+Green+Blue) = 200+52+206=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #C834CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834CE is #37CB31. Grayscale: #717171. Windows color (decimal): -3656498 or 13513928. OLE color: 13513928.

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

Color convert

RGB 200 52 206 -
CMYK 0.03 0.75 0 0.19
HSL 297.66º 0.61% 0.51% -
HSV(B) 297.66º 0.75% 0.81% -
XYZ 36.19 19.19 60.19 -
YUV 113.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 200 52 206 0.03 0.75 0 0.19 297.66 0.61 0.51
Hex C8 34 CE 3 4B 0 13 12A 3D 33
Octal 310 64 316 3 113 0 23 452 75 63
Binary 11001000 110100 11001110 11 1001011 0 10011 100101010 111101 110011

Color Harmonies of #C834CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C834CE

Black with #C834CE

Text Example


Text Example

White with #C834CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C834CE; }

 p { color: rgb(200,52,206); }

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

background-color css

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

 a { background-color: rgb(200,52,206); }

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

border-color css

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

 span { border-color: rgb(200,52,206); }

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