Html Css Color HEX #CF41BC Fuchsia

📋 copy color: '#CF41BC'

red 207 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #CF41BC

Tints of Fuchsia #CF41BC

RGB

 RED value IS 207 (81.25% from 255) = 45%

 GREEN value IS 65 (25.78% from 255) = 14.13%

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

R = 45%
G = 14.13%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF41BC (or 0xCF41BC) is known color: Fuchsia. HEX triplet: CF, 41 and BC. RGB value is (207,65,188). Sum of RGB (Red+Green+Blue) = 207+65+188=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41BC is #30BE43. Grayscale: #797979. Windows color (decimal): -3194436 or 12337615. OLE color: 12337615.

HSL color Cylindrical-coordinate representation of color #CF41BC: hue angle of 308.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF41BC is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 65 188 -
CMYK 0 0.69 0.09 0.19
HSL 308.03º 0.6% 0.53% -
HSV(B) 308.03º 0.69% 0.81% -
XYZ 36.7 20.68 49.63 -
YUV 121.48 165.54 189 -
System Red Green Blue C M Y K H S L
Decimal 207 65 188 0 0.69 0.09 0.19 308.03 0.6 0.53
Hex CF 41 BC 0 45 9 13 134 3C 35
Octal 317 101 274 0 105 11 23 464 74 65
Binary 11001111 1000001 10111100 0 1000101 1001 10011 100110100 111100 110101

Color Harmonies of #CF41BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41BC

Black with #CF41BC

Text Example


Text Example

White with #CF41BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41BC; }

 p { color: rgb(207,65,188); }

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

background-color css

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

 a { background-color: rgb(207,65,188); }

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

border-color css

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

 span { border-color: rgb(207,65,188); }

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