Html Css Color HEX #C665B3 Fuchsia

📋 copy color: '#C665B3'

red 198 ◦ green 101 ◦ blue 179

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

Shades of Fuchsia #C665B3

Tints of Fuchsia #C665B3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.13%

 BLUE value IS 179 (70.31% from 255) = 37.45%

R = 41.42%
G = 21.13%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C665B3 (or 0xC665B3) is known color: Fuchsia. HEX triplet: C6, 65 and B3. RGB value is (198,101,179). Sum of RGB (Red+Green+Blue) = 198+101+179=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C665B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665B3 is #399A4C. Grayscale: #8A8A8A. Windows color (decimal): -3775053 or 11756998. OLE color: 11756998.

HSL color Cylindrical-coordinate representation of color #C665B3: hue angle of 311.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C665B3 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 101 179 -
CMYK 0 0.49 0.10 0.22
HSL 311.75º 0.46% 0.59% -
HSV(B) 311.75º 0.49% 0.78% -
XYZ 36.08 24.57 45.49 -
YUV 138.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 198 101 179 0 0.49 0.10 0.22 311.75 0.46 0.59
Hex C6 65 B3 0 31 A 16 138 2E 3B
Octal 306 145 263 0 61 12 26 470 56 73
Binary 11000110 1100101 10110011 0 110001 1010 10110 100111000 101110 111011

Color Harmonies of #C665B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C665B3

Black with #C665B3

Text Example


Text Example

White with #C665B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C665B3; }

 p { color: rgb(198,101,179); }

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

background-color css

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

 a { background-color: rgb(198,101,179); }

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

border-color css

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

 span { border-color: rgb(198,101,179); }

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