Html Css Color HEX #C841CB Fuchsia

📋 copy color: '#C841CB'

red 200 ◦ green 65 ◦ blue 203

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

Shades of Fuchsia #C841CB

Tints of Fuchsia #C841CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.89%

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 42.74%
G = 13.89%
B = 43.38%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C841CB (or 0xC841CB) is known color: Fuchsia. HEX triplet: C8, 41 and CB. RGB value is (200,65,203). Sum of RGB (Red+Green+Blue) = 200+65+203=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #C841CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841CB is #37BE34. Grayscale: #787878. Windows color (decimal): -3653173 or 13320648. OLE color: 13320648.

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

Color convert

RGB 200 65 203 -
CMYK 0.01 0.68 0 0.20
HSL 298.7º 0.57% 0.53% -
HSV(B) 298.7º 0.68% 0.8% -
XYZ 36.49 20.37 58.51 -
YUV 121.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 200 65 203 0.01 0.68 0 0.20 298.7 0.57 0.53
Hex C8 41 CB 1 44 0 14 12B 39 35
Octal 310 101 313 1 104 0 24 453 71 65
Binary 11001000 1000001 11001011 1 1000100 0 10100 100101011 111001 110101

Color Harmonies of #C841CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841CB

Black with #C841CB

Text Example


Text Example

White with #C841CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841CB; }

 p { color: rgb(200,65,203); }

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

background-color css

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

 a { background-color: rgb(200,65,203); }

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

border-color css

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

 span { border-color: rgb(200,65,203); }

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