Html Css Color HEX #C642BD Fuchsia

📋 copy color: '#C642BD'

red 198 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #C642BD

Tints of Fuchsia #C642BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 43.71%
G = 14.57%
B = 41.72%

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

#C642BD (or 0xC642BD) is known color: Fuchsia. HEX triplet: C6, 42 and BD. RGB value is (198,66,189). Sum of RGB (Red+Green+Blue) = 198+66+189=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C642BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642BD is #39BD42. Grayscale: #777777. Windows color (decimal): -3784003 or 12403398. OLE color: 12403398.

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

Color convert

RGB 198 66 189 -
CMYK 0 0.67 0.05 0.22
HSL 304.09º 0.54% 0.52% -
HSV(B) 304.09º 0.67% 0.78% -
XYZ 34.42 19.58 50.11 -
YUV 119.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 198 66 189 0 0.67 0.05 0.22 304.09 0.54 0.52
Hex C6 42 BD 0 43 5 16 130 36 34
Octal 306 102 275 0 103 5 26 460 66 64
Binary 11000110 1000010 10111101 0 1000011 101 10110 100110000 110110 110100

Color Harmonies of #C642BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642BD

Black with #C642BD

Text Example


Text Example

White with #C642BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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