Html Css Color HEX #CF5CB0 Fuchsia

📋 copy color: '#CF5CB0'

red 207 ◦ green 92 ◦ blue 176

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

Shades of Fuchsia #CF5CB0

Tints of Fuchsia #CF5CB0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.37%

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 43.58%
G = 19.37%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF5CB0 (or 0xCF5CB0) is known color: Fuchsia. HEX triplet: CF, 5C and B0. RGB value is (207,92,176). Sum of RGB (Red+Green+Blue) = 207+92+176=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5CB0 is #30A34F. Grayscale: #878787. Windows color (decimal): -3187536 or 11558095. OLE color: 11558095.

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

Color convert

RGB 207 92 176 -
CMYK 0 0.56 0.15 0.19
HSL 316.17º 0.55% 0.59% -
HSV(B) 316.17º 0.56% 0.81% -
XYZ 37.4 24.05 43.75 -
YUV 135.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 207 92 176 0 0.56 0.15 0.19 316.17 0.55 0.59
Hex CF 5C B0 0 38 F 13 13C 37 3B
Octal 317 134 260 0 70 17 23 474 67 73
Binary 11001111 1011100 10110000 0 111000 1111 10011 100111100 110111 111011

Color Harmonies of #CF5CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CB0

Black with #CF5CB0

Text Example


Text Example

White with #CF5CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CB0; }

 p { color: rgb(207,92,176); }

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

background-color css

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

 a { background-color: rgb(207,92,176); }

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

border-color css

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

 span { border-color: rgb(207,92,176); }

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