Html Css Color HEX #CF357A Deep Cerise

📋 copy color: '#CF357A'

red 207 ◦ green 53 ◦ blue 122

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

Shades of Deep Cerise #CF357A

Tints of Deep Cerise #CF357A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.87%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 54.19%
G = 13.87%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF357A (or 0xCF357A) is known color: Deep Cerise. HEX triplet: CF, 35 and 7A. RGB value is (207,53,122). Sum of RGB (Red+Green+Blue) = 207+53+122=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF357A is #30CA85. Grayscale: #6A6A6A. Windows color (decimal): -3197574 or 8009167. OLE color: 8009167.

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

Color convert

RGB 207 53 122 -
CMYK 0 0.74 0.41 0.19
HSL 333.12º 0.62% 0.51% -
HSV(B) 333.12º 0.74% 0.81% -
XYZ 30.52 17.22 20.13 -
YUV 106.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 207 53 122 0 0.74 0.41 0.19 333.12 0.62 0.51
Hex CF 35 7A 0 4A 29 13 14D 3E 33
Octal 317 65 172 0 112 51 23 515 76 63
Binary 11001111 110101 1111010 0 1001010 101001 10011 101001101 111110 110011

Color Harmonies of #CF357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF357A

Black with #CF357A

Text Example


Text Example

White with #CF357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF357A; }

 p { color: rgb(207,53,122); }

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

background-color css

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

 a { background-color: rgb(207,53,122); }

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

border-color css

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

 span { border-color: rgb(207,53,122); }

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