Html Css Color HEX #C834CD Fuchsia

📋 copy color: '#C834CD'

red 200 ◦ green 52 ◦ blue 205

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

Shades of Fuchsia #C834CD

Tints of Fuchsia #C834CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 43.76%
G = 11.38%
B = 44.86%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C834CD (or 0xC834CD) is known color: Fuchsia. HEX triplet: C8, 34 and CD. RGB value is (200,52,205). Sum of RGB (Red+Green+Blue) = 200+52+205=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #C834CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834CD is #37CB32. Grayscale: #717171. Windows color (decimal): -3656499 or 13448392. OLE color: 13448392.

HSL color Cylindrical-coordinate representation of color #C834CD: hue angle of 298.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C834CD is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 52 205 -
CMYK 0.02 0.75 0 0.20
HSL 298.04º 0.6% 0.5% -
HSV(B) 298.04º 0.75% 0.8% -
XYZ 36.07 19.14 59.55 -
YUV 113.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 200 52 205 0.02 0.75 0 0.20 298.04 0.6 0.5
Hex C8 34 CD 2 4B 0 14 12A 3C 32
Octal 310 64 315 2 113 0 24 452 74 62
Binary 11001000 110100 11001101 10 1001011 0 10100 100101010 111100 110010

Color Harmonies of #C834CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C834CD

Black with #C834CD

Text Example


Text Example

White with #C834CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C834CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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