Html Css Color HEX #C642BA Fuchsia

📋 copy color: '#C642BA'

red 198 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #C642BA

Tints of Fuchsia #C642BA

RGB

 RED value IS 198 (77.73% from 255) = 44%

 GREEN value IS 66 (26.17% from 255) = 14.67%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 44%
G = 14.67%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C642BA (or 0xC642BA) is known color: Fuchsia. HEX triplet: C6, 42 and BA. RGB value is (198,66,186). Sum of RGB (Red+Green+Blue) = 198+66+186=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C642BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642BA is #39BD45. Grayscale: #767676. Windows color (decimal): -3784006 or 12206790. OLE color: 12206790.

HSL color Cylindrical-coordinate representation of color #C642BA: hue angle of 305.45º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C642BA is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 66 186 -
CMYK 0 0.67 0.06 0.22
HSL 305.45º 0.54% 0.52% -
HSV(B) 305.45º 0.67% 0.78% -
XYZ 34.1 19.45 48.41 -
YUV 119.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 198 66 186 0 0.67 0.06 0.22 305.45 0.54 0.52
Hex C6 42 BA 0 43 6 16 131 36 34
Octal 306 102 272 0 103 6 26 461 66 64
Binary 11000110 1000010 10111010 0 1000011 110 10110 100110001 110110 110100

Color Harmonies of #C642BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642BA

Black with #C642BA

Text Example


Text Example

White with #C642BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642BA; }

 p { color: rgb(198,66,186); }

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

background-color css

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

 a { background-color: rgb(198,66,186); }

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

border-color css

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

 span { border-color: rgb(198,66,186); }

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