Html Css Color HEX #C642BC Fuchsia

📋 copy color: '#C642BC'

red 198 ◦ green 66 ◦ blue 188

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

Shades of Fuchsia #C642BC

Tints of Fuchsia #C642BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 43.81%
G = 14.6%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C642BC (or 0xC642BC) is known color: Fuchsia. HEX triplet: C6, 42 and BC. RGB value is (198,66,188). Sum of RGB (Red+Green+Blue) = 198+66+188=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C642BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642BC is #39BD43. Grayscale: #777777. Windows color (decimal): -3784004 or 12337862. OLE color: 12337862.

HSL color Cylindrical-coordinate representation of color #C642BC: hue angle of 304.55º 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 #C642BC is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 66 188 -
CMYK 0 0.67 0.05 0.22
HSL 304.55º 0.54% 0.52% -
HSV(B) 304.55º 0.67% 0.78% -
XYZ 34.31 19.53 49.54 -
YUV 119.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 198 66 188 0 0.67 0.05 0.22 304.55 0.54 0.52
Hex C6 42 BC 0 43 5 16 131 36 34
Octal 306 102 274 0 103 5 26 461 66 64
Binary 11000110 1000010 10111100 0 1000011 101 10110 100110001 110110 110100

Color Harmonies of #C642BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642BC

Black with #C642BC

Text Example


Text Example

White with #C642BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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