Html Css Color HEX #CF33B5 Fuchsia

📋 copy color: '#CF33B5'

red 207 ◦ green 51 ◦ blue 181

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

Shades of Fuchsia #CF33B5

Tints of Fuchsia #CF33B5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.62%

 BLUE value IS 181 (71.09% from 255) = 41.23%

R = 47.15%
G = 11.62%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF33B5 (or 0xCF33B5) is known color: Fuchsia. HEX triplet: CF, 33 and B5. RGB value is (207,51,181). Sum of RGB (Red+Green+Blue) = 207+51+181=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33B5 is #30CC4A. Grayscale: #707070. Windows color (decimal): -3198027 or 11875279. OLE color: 11875279.

HSL color Cylindrical-coordinate representation of color #CF33B5: hue angle of 310º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF33B5 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 181 -
CMYK 0 0.75 0.13 0.19
HSL 310º 0.62% 0.51% -
HSV(B) 310º 0.75% 0.81% -
XYZ 35.26 18.97 45.52 -
YUV 112.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 207 51 181 0 0.75 0.13 0.19 310 0.62 0.51
Hex CF 33 B5 0 4B D 13 136 3E 33
Octal 317 63 265 0 113 15 23 466 76 63
Binary 11001111 110011 10110101 0 1001011 1101 10011 100110110 111110 110011

Color Harmonies of #CF33B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF33B5

Black with #CF33B5

Text Example


Text Example

White with #CF33B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF33B5; }

 p { color: rgb(207,51,181); }

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

background-color css

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

 a { background-color: rgb(207,51,181); }

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

border-color css

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

 span { border-color: rgb(207,51,181); }

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