Html Css Color HEX #C644CF Fuchsia

📋 copy color: '#C644CF'

red 198 ◦ green 68 ◦ blue 207

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

Shades of Fuchsia #C644CF

Tints of Fuchsia #C644CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.38%

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 41.86%
G = 14.38%
B = 43.76%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C644CF (or 0xC644CF) is known color: Fuchsia. HEX triplet: C6, 44 and CF. RGB value is (198,68,207). Sum of RGB (Red+Green+Blue) = 198+68+207=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #C644CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644CF is #39BB30. Grayscale: #7A7A7A. Windows color (decimal): -3783473 or 13583558. OLE color: 13583558.

HSL color Cylindrical-coordinate representation of color #C644CF: hue angle of 296.12º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C644CF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 68 207 -
CMYK 0.04 0.67 0 0.19
HSL 296.12º 0.59% 0.54% -
HSV(B) 296.12º 0.67% 0.81% -
XYZ 36.62 20.65 61.09 -
YUV 122.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 198 68 207 0.04 0.67 0 0.19 296.12 0.59 0.54
Hex C6 44 CF 4 43 0 13 128 3B 36
Octal 306 104 317 4 103 0 23 450 73 66
Binary 11000110 1000100 11001111 100 1000011 0 10011 100101000 111011 110110

Color Harmonies of #C644CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C644CF

Black with #C644CF

Text Example


Text Example

White with #C644CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C644CF; }

 p { color: rgb(198,68,207); }

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

background-color css

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

 a { background-color: rgb(198,68,207); }

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

border-color css

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

 span { border-color: rgb(198,68,207); }

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