Html Css Color HEX #CF34C2 Fuchsia

📋 copy color: '#CF34C2'

red 207 ◦ green 52 ◦ blue 194

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

Shades of Fuchsia #CF34C2

Tints of Fuchsia #CF34C2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.48%

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 45.7%
G = 11.48%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF34C2 (or 0xCF34C2) is known color: Fuchsia. HEX triplet: CF, 34 and C2. RGB value is (207,52,194). Sum of RGB (Red+Green+Blue) = 207+52+194=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34C2 is #30CB3D. Grayscale: #727272. Windows color (decimal): -3197758 or 12727503. OLE color: 12727503.

HSL color Cylindrical-coordinate representation of color #CF34C2: hue angle of 305.03º 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 #CF34C2 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 52 194 -
CMYK 0 0.75 0.06 0.19
HSL 305.03º 0.62% 0.51% -
HSV(B) 305.03º 0.75% 0.81% -
XYZ 36.7 19.62 52.89 -
YUV 114.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 207 52 194 0 0.75 0.06 0.19 305.03 0.62 0.51
Hex CF 34 C2 0 4B 6 13 131 3E 33
Octal 317 64 302 0 113 6 23 461 76 63
Binary 11001111 110100 11000010 0 1001011 110 10011 100110001 111110 110011

Color Harmonies of #CF34C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF34C2

Black with #CF34C2

Text Example


Text Example

White with #CF34C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF34C2; }

 p { color: rgb(207,52,194); }

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

background-color css

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

 a { background-color: rgb(207,52,194); }

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

border-color css

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

 span { border-color: rgb(207,52,194); }

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